You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This package provides a plugin which uses the ros2_control API to control joints inside Gazebo simulations.
The gazebo_ros_control tag also has the following optional child elements:
robotNamespace: The ROS namespace to be used for this instance of the plugin, defaults to robot name in URDF/SDF
controlPeriod: The period of the controller update (in seconds), defaults to Gazebo's period
robotParam: The location of the robot_description (URDF) on the parameter server.
Parameters in ROS 2 are inside each node. By default the plugin check this parameter in a node called robot_state_publisher and the parameter is called robot_description
robotSimType: The pluginlib name of a custom robot sim interface to be used (see below for more details), defaults to 'DefaultRobotHWSim'