Skip to content

Commit

Permalink
Merge pull request #86 from PickNikRobotics/mike/cosmetic_updates
Browse files Browse the repository at this point in the history
Added subcategories to objectives that are missing them
  • Loading branch information
MikeWrock authored Jan 14, 2025
2 parents 8b253b0 + c5a98e4 commit 160f5ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/lab_sim/objectives/_scan_scene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="_Scan Scene" />
<SubTree ID="_Scan Scene">
<MetadataFields>
<Metadata runnable="true" />
<Metadata subcategory="Application - Basic Examples" />
</MetadataFields>
</SubTree>
</TreeNodesModel>
</root>
6 changes: 5 additions & 1 deletion src/lab_sim/objectives/constrained_pick_place.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="Move Beakers to Burners" />
<SubTree ID="Move Beakers to Burners">
<MetadataFields>
<Metadata subcategory="Application - Advanced Examples" />
</MetadataFields>
</SubTree>
</TreeNodesModel>
</root>

0 comments on commit 160f5ba

Please sign in to comment.