Nav2 Navigation Stack - rolling  main
ROS 2 Navigation Stack
Public Member Functions | List of all members
nav2::qos::LatchedSubscriptionQoS Class Reference

A QoS profile for latched, reliable topics with a history of 10 messages. More...

#include <nav2_ros_common/include/nav2_ros_common/qos_profiles.hpp>

Inheritance diagram for nav2::qos::LatchedSubscriptionQoS:
Inheritance graph
[legend]
Collaboration diagram for nav2::qos::LatchedSubscriptionQoS:
Collaboration graph
[legend]

Public Member Functions

 LatchedSubscriptionQoS (const int depth=10)
 Constructor for LatchedSubscriptionQoS. More...
 

Detailed Description

A QoS profile for latched, reliable topics with a history of 10 messages.

Definition at line 70 of file qos_profiles.hpp.

Constructor & Destructor Documentation

◆ LatchedSubscriptionQoS()

nav2::qos::LatchedSubscriptionQoS::LatchedSubscriptionQoS ( const int  depth = 10)
inlineexplicit

Constructor for LatchedSubscriptionQoS.

Parameters
depthThe history depth for the QoS profile, default is 10

Definition at line 78 of file qos_profiles.hpp.


The documentation for this class was generated from the following file: