You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor data
For sensor data, in most cases it’s more important to receive readings in a timely fashion, rather than ensuring that all of them arrive. That is, developers want the latest samples as soon as they are captured, at the expense of maybe losing some. For that reason the sensor data profile uses best effort reliability and a smaller queue depth.
In some cases we need shorter or longer queue size.
Configurable queue size for topics
Motivation
https://design.ros2.org/articles/qos.html
In some cases we need shorter or longer queue size.
Examples:
https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Publisher-And-Subscriber.html
https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Py-Publisher-And-Subscriber.html
In all examples 10 is a QOS parameter. I haven't found any option to set this parameter in goroslib library. Maybe I missed smth.
Is it planned to add this behaviour to the library?
Best Regards
The text was updated successfully, but these errors were encountered: