Skip to content

Commit c4a02e4

Browse files
committed
update descriptions and categories
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
1 parent 48df70d commit c4a02e4

5 files changed

+9
-4
lines changed

src/hangar_sim/objectives/move_boxes_to_loading_zone.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--//////////-->
44
<BehaviorTree
55
ID="Move Boxes to Loading Zone"
6-
_description="Bring beer to table"
6+
_description="Move all of the boxes into the loading zero suing ML perception."
77
_favorite="true"
88
>
99
<Control ID="Sequence">
@@ -55,6 +55,7 @@
5555
<SubTree ID="Move Boxes to Loading Zone">
5656
<MetadataFields>
5757
<Metadata runnable="true" />
58+
<Metadata subcategory="Application - Advanced Examples" />
5859
</MetadataFields>
5960
</SubTree>
6061
</TreeNodesModel>

src/hangar_sim/objectives/move_boxes_to_loading_zone_from_waypoint.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@
311311
<input_port name="threshold" default="{threshold}" />
312312
<input_port name="waypoint_name" default="View Boxes" />
313313
<MetadataFields>
314-
<Metadata runnable="true" />
314+
<Metadata runnable="false" />
315+
<Metadata subcategory="Application - Advanced Examples" />
315316
</MetadataFields>
316317
</SubTree>
317318
</TreeNodesModel>

src/hangar_sim/objectives/navigate_to_clicked_point.xml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<SubTree ID="Navigate to Clicked Point">
5353
<MetadataFields>
5454
<Metadata runnable="true" />
55+
<Metadata subcategory="Navigation" />
5556
</MetadataFields>
5657
</SubTree>
5758
</TreeNodesModel>

src/hangar_sim/objectives/run_text_segmentation.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BehaviorTree
55
ID="Run Text Segmentation"
66
_subtreeOnly="false"
7-
_description=""
7+
_description="Run text based segmentation and visualize he masks."
88
_favorite="true"
99
>
1010
<Control ID="Sequence">
@@ -38,6 +38,7 @@
3838
<SubTree ID="Run Text Segmentation">
3939
<MetadataFields>
4040
<Metadata runnable="true" />
41+
<Metadata subcategory="Perception - 2D Image" />
4142
</MetadataFields>
4243
</SubTree>
4344
</TreeNodesModel>

src/hangar_sim/objectives/segment_point_cloud_from_clicked_point.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/>
2020
<Action
2121
ID="GetPointsFromUser"
22-
point_prompts="Select the object to be segmented;again;again"
22+
point_prompts="Select the object to be segmented (1/3);Select the objects to be segmented (2/3);Select the objects to be segmented (3/3)"
2323
point_names="Point1;Point2;Point3;"
2424
view_name="/wrist_camera/color"
2525
pixel_coords="{pixel_coords}"
@@ -88,6 +88,7 @@
8888
<SubTree ID="Segment Point Cloud from Clicked Point">
8989
<MetadataFields>
9090
<Metadata runnable="true" />
91+
<Metadata subcategory="Perception - 2D Image" />
9192
</MetadataFields>
9293
</SubTree>
9394
</TreeNodesModel>

0 commit comments

Comments
 (0)