ros-perception / image_common

Common code for working with images in ROS
http://www.ros.org/wiki/image_common
124 stars 219 forks source link

Preparing for qos deprecation #315

Closed CursedRock17 closed 2 months ago

CursedRock17 commented 2 months ago

In preparation for this message_filters PR we should update a subscribe method, so that it uses a rclcpp::QoS opposed to a rmw_qos_profile_t, since that method will become deprecated if the pull request gets merged. Note this will not pass CI until message_filters is updated.

ahcorde commented 2 months ago