Skip to content

Commit 8f3db57

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 8f3db57

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<root BTCPP_format="4" main_tree_to_execute="Inspector">
2+
<root BTCPP_format="4" main_tree_to_execute="Stitch Multiple Point Clouds Together">
33
<BehaviorTree
4-
ID="Inspector"
4+
ID="Stitch Multiple Point Clouds Together"
55
_description="Multi-view inspection routine: Captures images and point clouds from multiple viewpoints for 3D reconstruction or quality inspection"
6-
_favorite="true"
76
>
87
<Control ID="Sequence">
98
<!--Initialize visualization and point cloud vector-->
@@ -201,7 +200,7 @@
201200
</Control>
202201
</BehaviorTree>
203202
<TreeNodesModel>
204-
<SubTree ID="Inspector">
203+
<SubTree ID="Stitch Multiple Point Clouds Together">
205204
<MetadataFields>
206205
<Metadata subcategory="Application - Basic Examples" />
207206
<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)