Rosbag API C++ Reading and writing bag
Hi all,
I've been trying for a while to write a script that reads a bag file and modifies it at the same time, but seems it's impossible with the C++ API. Does anyone know how to do this, or if there is the possibility to create a new bag file? The only way I can do what I want is having two copies of the bag. One for reading and the other one for writing on it...There must be a smarter way!
Thanks!
Josep