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

Commit

Permalink
Update src/picknik_ur_mock_hw_config/objectives/constrained_pick_plac…
Browse files Browse the repository at this point in the history
…e.xml

Co-authored-by: Michael Wrock <[email protected]>
  • Loading branch information
davetcoleman and MikeWrock authored Jul 10, 2024
1 parent b8294cf commit 9c3dcd3
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 @@
<Action ID="AppendOrientationConstraint" config_file_name="my_constraints.yaml" constraints="{constraints}"/>
<!--Move to pick location-->
<SubTree ID="Open Gripper"/>
<!--Note: sometimes constraint planning can fail, so we add a retry decorator to improve success-->
<!--Note: Sampling based planners can be non-deterministic. The retry decorator improves the likelihood of success-->
<Decorator ID="RetryUntilSuccessful" num_attempts="3">
<SubTree ID="Move to Waypoint" waypoint_name="Grasp Right" joint_group_name="manipulator" controller_names="/joint_trajectory_controller /robotiq_gripper_controller" planner_interface="moveit_default"/>
</Decorator>
Expand Down

0 comments on commit 9c3dcd3

Please sign in to comment.