ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't think the rosbag file format or the API supports appending to a file.
Instead, the rosbag API supports seamlessly opening and reading from multiple bag files, so if I have multiple logging sessions, I record one bag file during each and then open all of them together when I want to analyze the data.