Skip to content

Commit ef24799

Browse files
committed
Update behavior tree structure for improved clarity and organization
1 parent 0e1f247 commit ef24799

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/lab_sim/objectives/pick_and_place_object.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<root BTCPP_format="4" main_tree_to_execute="Pick and Place Object">
33
<BehaviorTree
44
ID="Pick and Place Object"
5-
_description="Basic example picking an object using grasp poses calculation and place it at a fixed location"
5+
_description="Basic example picking an object using user input and grasp poses calculation and place it at a fixed location"
66
_favorite="true"
77
>
88
<Control ID="Sequence">
@@ -399,6 +399,11 @@
399399
</Control>
400400
</BehaviorTree>
401401
<TreeNodesModel>
402-
<SubTree ID="Pick and Place Object" />
402+
<SubTree ID="Pick and Place Object">
403+
<MetadataFields>
404+
<Metadata runnable="true" />
405+
<Metadata subcategory="Application - Basic Examples" />
406+
</MetadataFields>
407+
</SubTree>
403408
</TreeNodesModel>
404409
</root>

0 commit comments

Comments
 (0)