We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd334c commit 0c747f4Copy full SHA for 0c747f4
1 file changed
rclcpp_action/include/rclcpp_action/client_base.hpp
@@ -306,9 +306,9 @@ class ClientBase : public rclcpp::Waitable
306
307
/// \internal
308
/// \return true if goal id was removed from feedback subscription content filter successfully or
309
- /// goal id was not found in feedback subscription content filter or
+ /// goal id was not found in feedback subscription content filter
310
+ /// \return false if an error occurred during calling rcl function or
311
/// if the used rmw middleware doesn't support Content Filtering feature.
- /// \return false if an error occurred during calling rcl function.
312
bool
313
configure_feedback_subscription_filter_remove_goal_id(const GoalUUID & goal_id);
314
0 commit comments