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

Revision history [back]

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"

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"

to="newTopic"