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

Revision history [back]

1) The remap tag lets you remap topics in launch files.

2) rosbag play is a node just like any other and its published topics can be remapped in the same way as any other node. For example, if I have a bag file publishing a laser scan on /base_scan, but I want it on /scan, I can do rosbag play my_bag.bag /base_scan:=/scan