Merge multiple rosbag2s

asked 2021-02-16 09:31:47 -0500

vinny gravatar image

I have currently a bunch of rosbag2s that have been recorded at 30second intervals. I now want to merge those into one large rosbag2.

I have tried looking at the following resources, but nothing is working the way I imagine:

1) https://stackoverflow.com/questions/8...

2) https://github.com/gopherchucks/Datab...

I know that rosbag2 is based on SQLlite, so it seems like this should be simple, but I am having trouble with this simple task. Does someone have any guidance on how to do this?

edit retag flag offensive close merge delete