ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
On the PR2 the GazeboRosControllerManager instantiates a ControllerManager, which publishes joint_states
. joint_states
is subscribed by robot_state_publisher to produce the tf tree for the robot.
You can do the same by publishing joint_states in your plugin and starting a robot_state_publisher separately to broadcast tf tree for you; or you can broadcast a tf tree of your robot directly in your plugin.