-
Notifications
You must be signed in to change notification settings - Fork 738
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
Jazzy: Follow REP-2003 and allow overrides #847
Comments
First part of #847 * Add QoS overrides for all publishers (in the new, standard way) * stereo_image_proc: Default subscriber QoS to SensorDataQoS * Clean up some of the comments around lazy subscribers, make them more consistent across nodes
Is this still being worked on? We are having issues with these nodes as the QoS for subscribers are not sensor defaults |
…#922) First part of ros-perception#847 * Add QoS overrides for all publishers (in the new, standard way) * stereo_image_proc: Default subscriber QoS to SensorDataQoS * Clean up some of the comments around lazy subscribers, make them more consistent across nodes
I finally got around to finishing this work - PR is here: #1019 There are a few nodes/components that are not updated due to API limitations in message_filters and/or image_transport - I'll file a separate ticket with those nodes listed and what upstream API stuff we should be pushing for K-turtle |
This implements the remainder of #847: - Make sure publishers default to system defaults (reliable) - Add QoS overriding where possible (some of the image_transport / message_filters stuff doesn't really support that) - Use the matching heuristic for subscribers consistently
This implements the remainder of #847: - Make sure publishers default to system defaults (reliable) - Add QoS overriding where possible (some of the image_transport / message_filters stuff doesn't really support that) - Use the matching heuristic for subscribers consistently (cherry picked from commit d272c4e) # Conflicts: # depth_image_proc/src/point_cloud_xyzi_radial.cpp
This implements the remainder of #847: - Make sure publishers default to system defaults (reliable) - Add QoS overriding where possible (some of the image_transport / message_filters stuff doesn't really support that) - Use the matching heuristic for subscribers consistently
This implements the remainder of #847: - Make sure publishers default to system defaults (reliable) - Add QoS overriding where possible (some of the image_transport / message_filters stuff doesn't really support that) - Use the matching heuristic for subscribers consistently
Merged into both Jazzy and Rolling - I'll cut a new release shortly |
Notes on overrides: https://docs.ros.org/en/iron/How-To-Guides/Overriding-QoS-Policies-For-Recording-And-Playback.html
From point_cloud_node:
The text was updated successfully, but these errors were encountered: