ros-perception / image_pipeline

An image processing pipeline for ROS.
Other
780 stars 724 forks source link

Jazzy: Follow REP-2003 and allow overrides #847

Closed mikeferguson closed 2 weeks ago

mikeferguson commented 7 months ago

Notes on overrides: https://docs.ros.org/en/iron/How-To-Guides/Overriding-QoS-Policies-For-Recording-And-Playback.html

From point_cloud_node:

auto sub_opts = rclcpp::SubscriptionOptions();
sub_opts.qos_overriding_options = rclcpp::QosOverridingOptions::with_default_policies();
tcappellari-bdai commented 4 months ago

Is this still being worked on? We are having issues with these nodes as the QoS for subscribers are not sensor defaults

mikeferguson commented 1 month ago

I finally got around to finishing this work - PR is here: https://github.com/ros-perception/image_pipeline/pull/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

mikeferguson commented 2 weeks ago

Merged into both Jazzy and Rolling - I'll cut a new release shortly