Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
2 changes: 2 additions & 0 deletions src/lab_sim/objectives/pick_and_place_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
task="{mtc_pick_task}"
/>
<Action ID="SetupMTCCurrentState" task="{mtc_pick_task}" />
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
<Action
ID="SetupMtcPickFromPose"
grasp_pose="{pick_pose}"
Expand Down Expand Up @@ -51,6 +52,7 @@
orientation_xyzw="0;1;0;0"
stamped_pose="{place_pose}"
/>
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
<Action
ID="SetupMtcPlaceFromPose"
place_pose="{place_pose}"
Expand Down
1 change: 1 addition & 0 deletions src/lab_sim/objectives/plan_and_save_trajectory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
/>
<Action ID="PlanMTCTask" solution="{mtc_solution}" task="{mtc_task}" />
<Action ID="WaitForUserTrajectoryApproval" />
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
<Action
ID="ConvertMtcSolutionToJointTrajectory"
joint_trajectory="{joint_trajectory_msg}"
Expand Down
Loading