ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The order of command in a launch file is important. Try using <remap from="remapped_topic_in_rosbag" to="rosbag_remap_outside"/> after the include and let us know if that works for you.
2 | No.2 Revision |
The order of command in a launch file is important. Fron roslaunch wiki:
Tags are evaluated serially and the last setting wins.
Try using <remap from="remapped_topic_in_rosbag" to="rosbag_remap_outside"/> the remap from remapped_topic_in_rosbag to rosbag_remap_outside after the include and let us know if that works for you.include.
3 | No.3 Revision |
The order of command a tag in a launch file is important. Fron roslaunch wiki:
Tags are evaluated serially and the last setting wins.
Try using the remap from remapped_topic_in_rosbag to rosbag_remap_outside after the include.