Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

The closest thing to gazebo_ros_control for Ignition/ROS 2 is ign_ros2_control, with its recently opened PR. You can hear more information about it in 🔥 Edifice Demos! Ignition Community Meeting (March 2021).

If you need something more simple/custom, you can also use JointController, JointPositionController or JointTrajectoryController (for multiple joints) in combination with ros_ign_bridge (ros2 branch), i.e. publish commands in ROS 2 and subscribe to them in the individual Ignition Joint*Controller plugin(s).