-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Introduced to the Publisher class in #667, this function really ought to return the rclcpp version of the QoS. Users can always use these methods on the rclcpp::QoS class to get the rmw profile still:
rclcpp/rclcpp/include/rclcpp/qos.hpp
Lines 71 to 77 in b6d18cc
| /// Return the rmw qos profile. | |
| rmw_qos_profile_t & | |
| get_rmw_qos_profile(); | |
| /// Return the rmw qos profile. | |
| const rmw_qos_profile_t & | |
| get_rmw_qos_profile() const; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed