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.
2 parents d701cc8 + dacf3a9 commit ff73f8eCopy full SHA for ff73f8e
behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp
@@ -439,7 +439,7 @@ template<class T> inline
439
prev_action_name_.c_str());
440
}
441
442
- if (callback_group_executor_.spin_until_future_complete(future_result) !=
+ if (callback_group_executor_.spin_until_future_complete(future_result, server_timeout_) !=
443
rclcpp::FutureReturnCode::SUCCESS)
444
{
445
RCLCPP_ERROR( node_->get_logger(), "Failed to get result call failed :( for [%s]",
0 commit comments