Skip to content

Commit 333be02

Browse files
authored
Merge pull request #462 from PickNikRobotics/15964-reduce-favorites-in-factory_sim
Reduce Favorites in factory_sim
2 parents 06cf283 + 457caf4 commit 333be02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/factory_sim/objectives/pick_brackets_from_left_bin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BehaviorTree
55
ID="Pick Brackets from Left Bin"
66
_description="Picks brackets from the left bin, and drops them in the right bin."
7-
_favorite="true"
7+
_favorite="false"
88
>
99
<Control ID="Sequence" name="TopLevelSequence">
1010
<!--Prepare the planning scene-->

src/factory_sim/objectives/setup_initial_planning_scene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BehaviorTree
55
ID="Setup Initial Planning Scene"
66
_description="Sets the tools at their initial pose in the Planning Scene"
7-
_favorite="true"
7+
_favorite="false"
88
>
99
<Control ID="Sequence" name="TopLevelSequence">
1010
<Action

src/factory_sim/objectives/take_snapshot.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BehaviorTree
55
ID="Take Snapshot"
66
_description="Take a point cloud snapshot and add to collision scene"
7-
_favorite="true"
7+
_favorite="false"
88
>
99
<Control ID="Sequence">
1010
<Action ID="SwitchUIPrimaryView" primary_view_name="Visualization" />

src/lab_sim/test/objectives_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"Stitch Multiple Point Clouds Together",
7777
"Pick 1 Pill Bottle",
7878
"AddBottlesToPlanningScene",
79-
"Interactive Marker Visualization", # Server not available for GetTextFromUser
79+
"Marker Visualization Example", # Server not available for GetTextFromUser
8080
"Octomap Example", # Requires user input to clear the octomap.
8181
}
8282

0 commit comments

Comments
 (0)