Modify images in an existing rosbag

asked 2019-08-15 12:57:17 -0500

Nora gravatar image

I currently have a rosbag with existing camera, lidar, radar and other information. I only want to modify the content of several images in one of the camera topics. Is there a way I can do that? Thanks!

edit retag flag offensive close merge delete

Comments

Yes, there are a few examples how to do something similar (like: adjusting timestamps, adding metadata, ...) on the rosbag Cookbook wiki page.

Depending on how you plan to modify the images, the C++ example at the end might be a good start and then you can go crazy with whatever OpenCV provides :-)

Does that help?

mgruhler gravatar image mgruhler  ( 2019-08-16 06:38:10 -0500 )edit