We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bf1b3 commit 6129660Copy full SHA for 6129660
common/autoware_core_component_interface_specs/include/autoware/core_component_interface_specs/base.hpp
@@ -31,7 +31,7 @@ struct InterfaceBase
31
static constexpr auto reliability = RMW_QOS_POLICY_RELIABILITY_RELIABLE;
32
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
33
34
- auto get_qos() const
+ static rclcpp::QoS get_qos()
35
{
36
return rclcpp::QoS{depth}.reliability(reliability).durability(durability);
37
}
0 commit comments