Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nav2_costmap_2d] Fix obstacle_layer trying to use RELIABLE QoS
Use QoS profile from rclcpp::SensorDataQoS() instead of rmw_qos_profile_t. This solves an issue where the subscriber uses RELIABLE setting even when initialized from rmw_qos_profile_sensor_data. In addition the Subscriber(..., rmw_qos_profile_t) constructor is deprecated in favor of Subscriber(..., rclcpp::QoS)
- Loading branch information