ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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>