Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Inspector">
<root
BTCPP_format="4"
main_tree_to_execute="Stitch Multiple Point Clouds Together"
>
<BehaviorTree
ID="Inspector"
ID="Stitch Multiple Point Clouds Together"
_description="Multi-view inspection routine: Captures images and point clouds from multiple viewpoints for 3D reconstruction or quality inspection"
_favorite="true"
>
<Control ID="Sequence">
<!--Initialize visualization and point cloud vector-->
Expand Down Expand Up @@ -201,7 +203,7 @@
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="Inspector">
<SubTree ID="Stitch Multiple Point Clouds Together">
<MetadataFields>
<Metadata subcategory="Application - Basic Examples" />
<Metadata runnable="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/lab_sim/test/objectives_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Record Square Trajectory",
"Stack Blocks with ICP", # Skipped because there is no primary ui to switch to in ci
"Teleoperate",
"Inspector",
"Stitch Multiple Point Clouds Together",
"Pick 1 Pill Bottle",
"AddBottlesToPlanningScene",
"Interactive Marker Visualization", # Server not available for GetTextFromUser
Expand Down
Loading