Skip to content

Commit 0d60804

Browse files
Update qos_profiles.hpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 2c2eabf commit 0d60804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎nav2_ros_common/include/nav2_ros_common/qos_profiles.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ class LatchedPublisherQoS : public rclcpp::QoS
6565

6666
/**
6767
* @class nav2::qos::LatchedSubscriptionQoS
68-
* @brief A QoS profile for latched, reliable topics with a history of 1 messages
68+
* @brief A QoS profile for latched, reliable topics with a history of 10 messages
6969
*/
7070
class LatchedSubscriptionQoS : public rclcpp::QoS
7171
{
7272
public:
7373
/**
7474
* @brief Constructor for LatchedSubscriptionQoS
75-
* @param depth The history depth for the QoS profile, default is 1
75+
* @param depth The history depth for the QoS profile, default is 10
7676
*/
7777
explicit
7878
LatchedSubscriptionQoS(const int depth = 10) // NOLINT

0 commit comments

Comments
 (0)