|
ROS 2 rclcpp + rcl - kilted
kilted
ROS 2 C++ Client Library with ROS Client Library
|
Use to initialize the QoS with the keep_last history setting and the given depth. More...
#include <rclcpp/qos.hpp>


Public Member Functions | |
| KeepLast (size_t depth, bool print_depth_warning=true) | |
Public Member Functions inherited from rclcpp::QoSInitialization | |
| QoSInitialization (rmw_qos_history_policy_t history_policy_arg, size_t depth_arg, bool print_depth_warning=true) | |
| Constructor which takes both a history policy and a depth (even if it would be unused). | |
Additional Inherited Members | |
Static Public Member Functions inherited from rclcpp::QoSInitialization | |
| static QoSInitialization | from_rmw (const rmw_qos_profile_t &rmw_qos) |
| Create a QoSInitialization from an existing rmw_qos_profile_t, using its history and depth. | |
Public Attributes inherited from rclcpp::QoSInitialization | |
| rmw_qos_history_policy_t | history_policy |
| size_t | depth |
Use to initialize the QoS with the keep_last history setting and the given depth.