Skip to content

Commit a30fe62

Browse files
committed
Rename Inspector objective to Stitch Multiple Point Clouds Together
- Rename file from inspector.xml to stitch_multiple_point_clouds_together.xml - Update objective ID to more descriptive name - Remove favorite status - Update test reference
1 parent aa853da commit a30fe62

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/lab_sim/objectives/inspector.xml renamed to src/lab_sim/objectives/stitch_multiple_point_clouds_together.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<root BTCPP_format="4" main_tree_to_execute="Inspector">
2+
<root
3+
BTCPP_format="4"
4+
main_tree_to_execute="Stitch Multiple Point Clouds Together"
5+
>
36
<BehaviorTree
4-
ID="Inspector"
7+
ID="Stitch Multiple Point Clouds Together"
58
_description="Multi-view inspection routine: Captures images and point clouds from multiple viewpoints for 3D reconstruction or quality inspection"
6-
_favorite="true"
79
>
810
<Control ID="Sequence">
911
<!--Initialize visualization and point cloud vector-->
@@ -201,7 +203,7 @@
201203
</Control>
202204
</BehaviorTree>
203205
<TreeNodesModel>
204-
<SubTree ID="Inspector">
206+
<SubTree ID="Stitch Multiple Point Clouds Together">
205207
<MetadataFields>
206208
<Metadata subcategory="Application - Basic Examples" />
207209
<Metadata runnable="true" />

src/lab_sim/test/objectives_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"Record Square Trajectory",
7474
"Stack Blocks with ICP", # Skipped because there is no primary ui to switch to in ci
7575
"Teleoperate",
76-
"Inspector",
76+
"Stitch Multiple Point Clouds Together",
7777
"Pick 1 Pill Bottle",
7878
"AddBottlesToPlanningScene",
7979
"Interactive Marker Visualization", # Server not available for GetTextFromUser

0 commit comments

Comments
 (0)