Skip to content

Commit

Permalink
Merge branch 'humble' into humble
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Jul 12, 2024
2 parents a9f5dc2 + 3f54256 commit 53bcc5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class ActionBasedControllerHandle : public ActionBasedControllerHandleBase
do
{
status = result_future.wait_for(50ms);
if ((status == std::future_status::timeout) and ((node_->now() - start) > timeout))
if ((status == std::future_status::timeout) && ((node_->now() - start) > timeout))
{
RCLCPP_WARN(LOGGER, "waitForExecution timed out");
return false;
Expand Down

0 comments on commit 53bcc5a

Please sign in to comment.