ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can simply remap the topic to another topic by adding this to the line where you start the node in the launch file
remap from="oldTopic" to="newTopic"
2 | No.2 Revision |
You can simply remap the topic to another topic by adding this to the line where you start the node in the launch file
remap from="oldTopic"