[ROS2][fix] Fix a bug when the converter randomly skips the first message
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.