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
11 changes: 11 additions & 0 deletions src/lab_sim/objectives/octomap_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
pcd_topic="/pcd_pointcloud_captures"
point_cloud="{point_cloud}"
/>
<Action
ID="LogMessage"
log_level="info"
message="Click Resume to reset the octomap and finish the Behavior"
/>
<!--Clear the Octomap at the end to avoid interfering with other Behaviors-->
<Action
ID="BreakpointSubscriber"
breakpoint_topic="/moveit_pro_breakpoint"
/>
<SubTree ID="Clear Snapshot" _collapsed="true" />
</Control>
</BehaviorTree>
<TreeNodesModel>
Expand Down
1 change: 1 addition & 0 deletions src/lab_sim/test/objectives_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"Pick 1 Pill Bottle",
"AddBottlesToPlanningScene",
"Interactive Marker Visualization", # Server not available for GetTextFromUser
"Octomap Example", # Requires user input to clear the octomap.
}


Expand Down