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

record 2 topics in 2 seperate bag files

asked 2019-09-19 03:54:02 -0500

nana gravatar image

Hello, I am using the next command to record one topic in a bag file

rosbag roecord -O /home/ubuntu/C.bag /topic1

now I want to record more than one topic in more than one bag file at the same time, I have used the next command but it does not work..

rosbag roecord -O /home/ubuntu/C1.bag /topic1 /home/ubuntu/C2.bag /topic2
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-09-19 04:23:00 -0500

Delb gravatar image

updated 2019-09-19 04:23:17 -0500

You just need to run the command rosbag record in two different terminals :

Terminal 1: rosbag record -o /home/ubuntu/C1.bag /topic1

Terminal 2: rosbag record -o /home/ubuntu/C2.bag /topic2

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-09-19 03:54:02 -0500

Seen: 513 times

Last updated: Sep 19 '19