Skip to content

Commit f01af04

Browse files
Julián Bermúdez OrtegaBorjaOuterelo
authored andcommitted
Fix rclcpp-complex_msg_subscriber example. (#20)
1 parent 5d7b442 commit f01af04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rclcpp/complex_msg_subscriber/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class complex_msg_subscriber_cpp_node : public rclcpp::Node
2727
: Node("complex_msg_subscriber_cpp")
2828
{
2929
subscription_ = this->create_subscription<complex_msgs::msg::NestedMsgTest>(
30-
"complex_msgs_msg_NestedMsgTest", rclcpp::SystemDefaultsQos(),
30+
"complex_msgs_msg_NestedMsgTest", rclcpp::SystemDefaultsQoS(),
3131
std::bind(&complex_msg_subscriber_cpp_node::topic_callback, this, _1));
3232
}
3333

0 commit comments

Comments
 (0)