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 e52663a commit f5513d8Copy full SHA for f5513d8
behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp
@@ -352,6 +352,10 @@ template<class T> inline
352
};
353
//--------------------
354
355
+ // Check if server is ready
356
+ if(!action_client_->action_server_is_ready())
357
+ return onFailure(SERVER_UNREACHABLE);
358
+
359
future_goal_handle_ = action_client_->async_send_goal( goal, goal_options );
360
time_goal_sent_ = node_->now();
361
0 commit comments