Skip to content

Commit f45c4c1

Browse files
committed
Reduce Favorites in factory_sim
1 parent 06cf283 commit f45c4c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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" />

0 commit comments

Comments
 (0)