-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using sensor sensor QOS profile. #101
Comments
Thanks for your feedback. In general, we recommend that the network topology is designed to provide sufficient bandwidth for the transmission of the ROS messages when using the lidars. We will include your request in our backlog and plan it for the next release. We are implementing it such that the QoS profile can be configured in the launch file. The next release is planned for the end of October 2022. |
Thank you for your consideration and prompt response 😄 |
Hi, Best regards, |
@aiplemaSICKAG Thank you for this clarification! |
The QoS can now be configured in the launchfiles by parameter ros_qos:
Please checkout the latest release 2.8.14 and rebuild. Thanks! |
We have a Linux ROS2 system with a many sources of high bandwidth data, including several SICK LMS511. We are locking down our QOS policies. I have noticed that the sick driver use the default QOS policy.
We are converting many things that don't need to be
reliable
tobest_effort
, specificallyrmw_qos_profile_sensor_data
, and I'm curious what the general opinion on using this for the SICKs is, as they seem to be what this profile targets. Specifically, it seems unlikely anyone would need to catch every single instant of the resulting pointcloud. Perhaps this is a useful change, and could be implemented as an option to keep backawards compatibility?Thank you for your time.
The text was updated successfully, but these errors were encountered: