[warn] Messages of type 1 arrived out of order (will print only once)

asked 2018-06-11 23:47:00 -0500

Ajay gravatar image

Dear All,

I have a problem with warning message "Messages of type 1 arrived out of order (will print only once)", Whenever i input data stream in .bag file. I am giving 2 bag file as input for the algorithm, and am getting this warning message and unable to run callback routines.

I guess there is some issue with synchronizer, but i am not sure how to fix it. Can anyone please suggest any possible fix to this issue.

regards, Ajay

edit retag flag offensive close merge delete

Comments

1

Did you manage to solve it? @Ajay

saikishor gravatar image saikishor  ( 2018-07-06 09:15:28 -0500 )edit

Hello! This happened when I noticed that I was running more than one bag in parallel (different terminal sessions).

(I was running a rosbag play in one terminal, but I left another rosbag play running in a previous terminal session that I forgot)

Fsn9 gravatar image Fsn9  ( 2022-12-13 16:41:46 -0500 )edit