ros2 / geometry2

A set of ROS packages for keeping track of coordinate transforms.
BSD 3-Clause "New" or "Revised" License
118 stars 195 forks source link

Update qos for deprecation #695

Closed CursedRock17 closed 4 months ago

CursedRock17 commented 4 months ago

In preparation for this message_filters PR we should update a subscribe method, so that uses a rclcpp::QoS opposed to a rmw_qos_profile that's defaulted, since that method will become deprecated if the pull request gets merged.

ahcorde commented 4 months ago