Robotics StackExchange | Archived questions

Does "rosbag record -j" do its compression in the background after ROS shutdown?

I have a Python node that invokes rosbag record -j to record some topics.

So, I wonder if rosbag record -j is running its compression step in the background after ROS shutdown causes it to return. That would explain what I see: the $prefix_*.bag file does not exist until compression finishes.

Asked by joq on 2016-03-25 13:30:03 UTC

Comments

I tried to figure this out by looking at the source code, but could not find all the relevant pieces.

Asked by joq on 2016-03-25 13:32:23 UTC

Answers