How to time-sequence messages between different topics [closed]
I would like to use TimeSequencer but I would like to receive time-sequenced messages from different topics (ie: I receive IMU, Odometry and Image messages that should arrive in order. This does not mean I need these synchronized because they are produced at different times. Since I noticed that an IMU message earlier (according to stamp) than an Image may arrive after it, I would like to TimeSequence these events to minimize this problem.