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

How to prevent data time travel ?

asked 2017-11-05 03:36:58 -0500

k_totoro gravatar image

Hi community.

I have some trouble in stereo camera data logging that some old data pushed after newer one. Figure of timestamp

The way to save this data is like this: prepare empty list and push new data in each subscription and then save this list as csv. How can I prevent this problem in a real situation?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-06 11:02:48 -0500

lucasw gravatar image

updated 2017-11-06 11:05:44 -0500

Try out the time sequencer message filter http://wiki.ros.org/message_filters#T... . It looks like you want a buffer size to handle 3 seconds of messages.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-11-05 03:36:58 -0500

Seen: 109 times

Last updated: Nov 06 '17