We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1f247 commit ef24799Copy full SHA for ef24799
1 file changed
src/lab_sim/objectives/pick_and_place_object.xml
@@ -2,7 +2,7 @@
2
<root BTCPP_format="4" main_tree_to_execute="Pick and Place Object">
3
<BehaviorTree
4
ID="Pick and Place Object"
5
- _description="Basic example picking an object using grasp poses calculation and place it at a fixed location"
+ _description="Basic example picking an object using user input and grasp poses calculation and place it at a fixed location"
6
_favorite="true"
7
>
8
<Control ID="Sequence">
@@ -399,6 +399,11 @@
399
</Control>
400
</BehaviorTree>
401
<TreeNodesModel>
402
- <SubTree ID="Pick and Place Object" />
+ <SubTree ID="Pick and Place Object">
403
+ <MetadataFields>
404
+ <Metadata runnable="true" />
405
+ <Metadata subcategory="Application - Basic Examples" />
406
+ </MetadataFields>
407
+ </SubTree>
408
</TreeNodesModel>
409
</root>
0 commit comments