Subscriber message order

asked 2020-05-14 15:39:30 -0500

asomerville gravatar image

updated 2020-05-14 15:40:31 -0500

Is there any expectation about the order that messages are sent or handled on receipt?

I have a gazebo transport subscription where I'm regularly getting out of order calls to my handler where the network traffic is never going off machine.

I don't quite understand the implications, but I've tried publishing with block=true in the hopes that would somehow improve the behavior. I'm looking around for parameters which might control message order behavior and finding nothing. Even reading through the Gazebo source code for clues.

My publisher is not rate limited and running quite fast ~1000hz, but hoping there's a solution without mucking with this.

edit retag flag offensive close merge delete