ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Best way to save multiple sensor for later processing?

asked 2013-02-03 02:33:27 -0500

madmax gravatar image

Hi,

I need to record all the data my robot collects from its sensors for later processing. ( LIDAR, Kinect, Stereo Cam, Thermal Cam, IMU, Odometry,...)
So the first option that came to my mind, was to save it in a bag file.
I didn't try it but I heard, that it could be a problem for the ROS bag to record data from that many sensors.
And I don't know any other packages that could help me in this case.

So if someone has experience with that or knows some other tools, please tell me. :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-03 03:32:05 -0500

Bag files works fine. I have you are storing images then its size could be a problem otherwise it works fine.

PS: Dont forget to store tf with sensor readings.

edit flag offensive delete link more

Comments

If you are storing images, you can select compressed versions.

joq gravatar image joq  ( 2013-02-03 04:47:06 -0500 )edit

Question Tools

Stats

Asked: 2013-02-03 02:33:27 -0500

Seen: 251 times

Last updated: Feb 03 '13