Skip to content

Commit

Permalink
Updating objectives with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWrock committed Jan 1, 2025
1 parent cc49b8b commit 6513899
Show file tree
Hide file tree
Showing 6 changed files with 19,731 additions and 36,251 deletions.
10 changes: 7 additions & 3 deletions src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
ID="Add Waypoints to MTC Task"
_subtreeOnly="true"
_description=""
joint_group_name="manipulator"
planner_interface="moveit_default"
mtc_task="{mtc_task}"
>
<Control ID="Sequence">
<Action
ID="RetrieveWaypoint"
waypoint_joint_state="{target_joint_state}"
waypoint_name="Above Pick Cube"
waypoint_name="Look at Table"
joint_group_name="{joint_group_name}"
/>
<Action
Expand All @@ -24,7 +27,7 @@
<Action
ID="RetrieveWaypoint"
waypoint_joint_state="{target_joint_state}"
waypoint_name="Above Place Cube"
waypoint_name="Workspace Right"
joint_group_name="{joint_group_name}"
/>
<Action
Expand All @@ -40,10 +43,11 @@
<TreeNodesModel>
<SubTree ID="Add Waypoints to MTC Task">
<input_port name="joint_group_name" default="manipulator" />
<inout_port name="mtc_task" default="{mtc_task}" />
<input_port name="planner_interface" default="moveit_default" />
<inout_port name="mtc_task" default="{mtc_task}" />
<MetadataFields>
<Metadata subcategory="Application - Basic Examples" />
<Metadata runnable="false" />
</MetadataFields>
</SubTree>
</TreeNodesModel>
Expand Down
Loading

0 comments on commit 6513899

Please sign in to comment.