ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A simple solution is add a remap entry on move_group.launch

<node name="move_group" ...
...
<remap from="/joint_states" to="/your_robot/joint_states" />
</node>