ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
That would be remapping.
See roslaunch/XML/remap for .launch
files and Remapping Arguments for nodes and a more general description.
Finally, refer to #q303611 for additional discussion.
2 | No.2 Revision |
That would be remapping.
See roslaunch/XML/remap for .launch
files and Remapping Arguments for nodes and a more general description.
Finally, refer to #q303611 for additional discussion.
Edit: and whatever you do: do not edit source code to change topic names. That is almost always unneeded and very much an anti-pattern.