Recording and playing back TimeSynchronizer reliably

asked 2021-05-20 19:49:37 -0500

KenYN gravatar image

Given two topics synchronized with either Exact or ApproximateTimeSynchronizer, when running the system versus playing back the recorded bag file, due to various factors we cannot guarantee that the same set of messages will be paired up, so reproducibility is lost. Even running rosbag play --rate 0.2 I occasionally observe that the synchronisation gives differing results between runs.

How have other people addressed this? I imagine something like an enhanced sync node could record the timestamps of the messages it synced when running in real time, then when using use_sim_time it uses the recorded timestamps to do the syncing. Does such a node exist?

edit retag flag offensive close merge delete

Comments

lucasw gravatar image lucasw  ( 2022-10-07 10:03:35 -0500 )edit