Robotics StackExchange | Archived questions

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

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

Asked by Ajay on 2018-06-11 23:47:00 UTC

Comments

Did you manage to solve it? @Ajay

Asked by saikishor on 2018-07-06 09:15:28 UTC

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)

Asked by Fsn9 on 2022-12-13 17:41:46 UTC

Answers