Skip to content

[ROS2][fix] Fix a bug when the converter randomly skips the first message

Arthur Bourbousson requested to merge ROS2/fixSubscribers into feat/ROS2

Increasing every converter subscriber queue from 1 to 2.

Without explanations, the Velodyne converter can sometimes not receive the first message published by a bag. It seems than increasing the queue fixes the problem.

Merge request reports