-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ros-humble-moveit-simple-controller-manager.patch
- Loading branch information
1 parent
2805a2a
commit 08ba476
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h | ||
index 311d51f7a5..e6e21efe97 100644 | ||
--- a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h | ||
+++ b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h | ||
@@ -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; |