We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a75da6 commit 66974cfCopy full SHA for 66974cf
rclcpp/src/rclcpp/waitable.cpp
@@ -69,5 +69,6 @@ Waitable::set_listener_callback(
69
(void)user_data;
70
71
throw std::runtime_error(
72
- "Custom waitables should override set_listener_callback() if they want to use RMW listeners");
+ "Custom waitables should override set_listener_callback() "
73
+ "if they want to use RMW listeners");
74
}
0 commit comments