Skip to content

Commit 9b7a5f9

Browse files
authored
Merge pull request #71 from PickNikRobotics/update-record-and-play
Updating objectives with comments for the record and playback objective
2 parents 758a515 + 6513899 commit 9b7a5f9

File tree

6 files changed

+19731
-36251
lines changed

6 files changed

+19731
-36251
lines changed

src/lab_sim/objectives/add_waypoints_to_mtc_task.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
ID="Add Waypoints to MTC Task"
66
_subtreeOnly="true"
77
_description=""
8+
joint_group_name="manipulator"
9+
planner_interface="moveit_default"
10+
mtc_task="{mtc_task}"
811
>
912
<Control ID="Sequence">
1013
<Action
1114
ID="RetrieveWaypoint"
1215
waypoint_joint_state="{target_joint_state}"
13-
waypoint_name="Above Pick Cube"
16+
waypoint_name="Look at Table"
1417
joint_group_name="{joint_group_name}"
1518
/>
1619
<Action
@@ -24,7 +27,7 @@
2427
<Action
2528
ID="RetrieveWaypoint"
2629
waypoint_joint_state="{target_joint_state}"
27-
waypoint_name="Above Place Cube"
30+
waypoint_name="Workspace Right"
2831
joint_group_name="{joint_group_name}"
2932
/>
3033
<Action
@@ -40,10 +43,11 @@
4043
<TreeNodesModel>
4144
<SubTree ID="Add Waypoints to MTC Task">
4245
<input_port name="joint_group_name" default="manipulator" />
43-
<inout_port name="mtc_task" default="{mtc_task}" />
4446
<input_port name="planner_interface" default="moveit_default" />
47+
<inout_port name="mtc_task" default="{mtc_task}" />
4548
<MetadataFields>
4649
<Metadata subcategory="Application - Basic Examples" />
50+
<Metadata runnable="false" />
4751
</MetadataFields>
4852
</SubTree>
4953
</TreeNodesModel>

0 commit comments

Comments
 (0)