We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7b442 commit f01af04Copy full SHA for f01af04
1 file changed
rclcpp/complex_msg_subscriber/main.cpp
@@ -27,7 +27,7 @@ class complex_msg_subscriber_cpp_node : public rclcpp::Node
27
: Node("complex_msg_subscriber_cpp")
28
{
29
subscription_ = this->create_subscription<complex_msgs::msg::NestedMsgTest>(
30
- "complex_msgs_msg_NestedMsgTest", rclcpp::SystemDefaultsQos(),
+ "complex_msgs_msg_NestedMsgTest", rclcpp::SystemDefaultsQoS(),
31
std::bind(&complex_msg_subscriber_cpp_node::topic_callback, this, _1));
32
}
33
0 commit comments