Skip to content

Commit 0339c51

Browse files
authored
Merge pull request #285 from PickNikRobotics/pr-tutorial1-improvements
Use correct term for picked objects: beaker -> flask
2 parents 79a0a0d + 0aca367 commit 0339c51

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

src/lab_sim/objectives/constrained_pick_place.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<root BTCPP_format="4" main_tree_to_execute="Move Beakers to Burners">
2+
<root BTCPP_format="4" main_tree_to_execute="Move Flasks to Burners">
33
<!--//////////-->
44
<BehaviorTree
5-
ID="Move Beakers to Burners"
5+
ID="Move Flasks to Burners"
66
_description="Example of picking and placing objects with orientation constraints enforced on the arm's motion"
77
_favorite="true"
88
>
99
<Control ID="Sequence">
1010
<SubTree
1111
ID="Move to Waypoint"
1212
_collapsed="true"
13-
waypoint_name="Beaker 1a - Pre Pick"
13+
waypoint_name="Flask 1a - Pre Pick"
1414
joint_group_name="manipulator"
1515
controller_names="/joint_trajectory_controller"
1616
velocity_scale_factor="1.0"
@@ -24,32 +24,32 @@
2424
<SubTree ID="Open Gripper" />
2525
<SubTree
2626
ID="Constrained Pick and Place Subtree"
27-
pre_pick="Beaker 1a - Pre Pick"
28-
pick="Beaker 1b - Pick"
29-
pre_place="Beaker 1c - Pre Place"
30-
place="Beaker 1d - Place"
31-
name="Beaker 1"
27+
pre_pick="Flask 1a - Pre Pick"
28+
pick="Flask 1b - Pick"
29+
pre_place="Flask 1c - Pre Place"
30+
place="Flask 1d - Place"
31+
name="Flask 1"
3232
/>
3333
<SubTree
3434
ID="Constrained Pick and Place Subtree"
35-
pre_pick="Beaker 2a - Pre Pick"
36-
pick="Beaker 2b - Pick"
37-
pre_place="Beaker 2c - Pre Place"
38-
place="Beaker 2d - Place"
39-
name="Beaker 2"
35+
pre_pick="Flask 2a - Pre Pick"
36+
pick="Flask 2b - Pick"
37+
pre_place="Flask 2c - Pre Place"
38+
place="Flask 2d - Place"
39+
name="Flask 2"
4040
/>
4141
<SubTree
4242
ID="Constrained Pick and Place Subtree"
43-
pre_pick="Beaker 3a - Pre Pick"
44-
pick="Beaker 3b - Pick"
45-
pre_place="Beaker 3c - Pre Place"
46-
place="Beaker 3d - Place"
47-
name="Beaker 3"
43+
pre_pick="Flask 3a - Pre Pick"
44+
pick="Flask 3b - Pick"
45+
pre_place="Flask 3c - Pre Place"
46+
place="Flask 3d - Place"
47+
name="Flask 3"
4848
/>
4949
</Control>
5050
</BehaviorTree>
5151
<TreeNodesModel>
52-
<SubTree ID="Move Beakers to Burners">
52+
<SubTree ID="Move Flasks to Burners">
5353
<MetadataFields>
5454
<Metadata subcategory="Application - Advanced Examples" />
5555
<Metadata runnable="true" />

src/lab_sim/objectives/record_square_trajectory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
keep_orientation_tolerance="0.05"
3434
link_padding="0.01"
3535
velocity_scale_factor="1.0"
36-
waypoint_name="Beaker 3a - Pre Pick"
36+
waypoint_name="Flask 3a - Pre Pick"
3737
/>
3838
<Action
3939
ID="CallTriggerService"

src/lab_sim/waypoints/ur_waypoints.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
transforms: []
4141
twist: []
4242
wrench: []
43-
name: Beaker 1d - Place
43+
name: Flask 1d - Place
4444
- description: ''
4545
favorite: false
4646
joint_group_names:
@@ -83,7 +83,7 @@
8383
transforms: []
8484
twist: []
8585
wrench: []
86-
name: Beaker 3c - Pre Place
86+
name: Flask 3c - Pre Place
8787
- description: ''
8888
favorite: false
8989
joint_group_names:
@@ -126,7 +126,7 @@
126126
transforms: []
127127
twist: []
128128
wrench: []
129-
name: Beaker 1b - Pick
129+
name: Flask 1b - Pick
130130
- description: ''
131131
favorite: false
132132
joint_group_names:
@@ -255,7 +255,7 @@
255255
transforms: []
256256
twist: []
257257
wrench: []
258-
name: Beaker 2c - Pre Place
258+
name: Flask 2c - Pre Place
259259
- description: ''
260260
favorite: false
261261
joint_group_names:
@@ -298,7 +298,7 @@
298298
transforms: []
299299
twist: []
300300
wrench: []
301-
name: Beaker 1c - Pre Place
301+
name: Flask 1c - Pre Place
302302
- description: ''
303303
favorite: false
304304
joint_group_names:
@@ -341,7 +341,7 @@
341341
transforms: []
342342
twist: []
343343
wrench: []
344-
name: Beaker 2b - Pick
344+
name: Flask 2b - Pick
345345
- description: ''
346346
favorite: false
347347
joint_group_names:
@@ -384,7 +384,7 @@
384384
transforms: []
385385
twist: []
386386
wrench: []
387-
name: Beaker 2d - Place
387+
name: Flask 2d - Place
388388
- description: ''
389389
favorite: false
390390
joint_group_names:
@@ -470,7 +470,7 @@
470470
transforms: []
471471
twist: []
472472
wrench: []
473-
name: Beaker 3d - Place
473+
name: Flask 3d - Place
474474
- description: Move out of view of scene camera
475475
favorite: false
476476
joint_group_names:
@@ -599,7 +599,7 @@
599599
transforms: []
600600
twist: []
601601
wrench: []
602-
name: Beaker 3b - Pick
602+
name: Flask 3b - Pick
603603
- description: ''
604604
favorite: false
605605
joint_group_names:
@@ -642,7 +642,7 @@
642642
transforms: []
643643
twist: []
644644
wrench: []
645-
name: Beaker 3a - Pre Pick
645+
name: Flask 3a - Pre Pick
646646
- description: ''
647647
favorite: false
648648
joint_group_names:
@@ -814,7 +814,7 @@
814814
transforms: []
815815
twist: []
816816
wrench: []
817-
name: Beaker 1a - Pre Pick
817+
name: Flask 1a - Pre Pick
818818
- description: ''
819819
favorite: false
820820
joint_group_names:
@@ -900,7 +900,7 @@
900900
transforms: []
901901
twist: []
902902
wrench: []
903-
name: Beaker 2a - Pre Pick
903+
name: Flask 2a - Pre Pick
904904
- description: ''
905905
favorite: false
906906
joint_group_names:

0 commit comments

Comments
 (0)