Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix warning in Constrained planning Objective (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarqRazz authored Jan 29, 2024
1 parent 8a408af commit 6f5d9bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Control ID="Sequence" name="TopLevelSequence">
<SubTree ID="Open Gripper"/>
<Decorator ID="RetryUntilSuccessful" num_attempts="3">
<Action ID="MoveToWaypoint" waypoint_name="Grasp Right" planning_group_name="manipulator" controller_names="/joint_trajectory_controller /robotiq_gripper_controller" use_all_planners="false" constraints=""/>
<Action ID="MoveToWaypoint" waypoint_name="Grasp Right" planning_group_name="manipulator" controller_names="/joint_trajectory_controller /robotiq_gripper_controller" use_all_planners="false"/>
</Decorator>
<SubTree ID="Close Gripper"/>
<Decorator ID="RetryUntilSuccessful" num_attempts="3">
Expand Down

0 comments on commit 6f5d9bd

Please sign in to comment.