There was an error while loading. Please reload this page.
1 parent 2c2eabf commit 0d60804Copy full SHA for 0d60804
nav2_ros_common/include/nav2_ros_common/qos_profiles.hpp
@@ -65,14 +65,14 @@ class LatchedPublisherQoS : public rclcpp::QoS
65
66
/**
67
* @class nav2::qos::LatchedSubscriptionQoS
68
- * @brief A QoS profile for latched, reliable topics with a history of 1 messages
+ * @brief A QoS profile for latched, reliable topics with a history of 10 messages
69
*/
70
class LatchedSubscriptionQoS : public rclcpp::QoS
71
{
72
public:
73
74
* @brief Constructor for LatchedSubscriptionQoS
75
- * @param depth The history depth for the QoS profile, default is 1
+ * @param depth The history depth for the QoS profile, default is 10
76
77
explicit
78
LatchedSubscriptionQoS(const int depth = 10) // NOLINT
0 commit comments