Skip to content

Commit 4ed6963

Browse files
authored
Updating favourites (#36)
1 parent 2e8c300 commit 4ed6963

File tree

10 files changed

+16
-13
lines changed

10 files changed

+16
-13
lines changed

src/lab_sim/objectives/add_waypoints_to_mtc_task.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
12
<root BTCPP_format="4" main_tree_to_execute="Add Waypoints to MTC Task">
23
<!--//////////-->
34
<BehaviorTree
@@ -9,7 +10,7 @@
910
<Action
1011
ID="RetrieveWaypoint"
1112
waypoint_joint_state="{target_joint_state}"
12-
waypoint_name="Pick Cube"
13+
waypoint_name="Above Pick Cube"
1314
joint_group_name="{joint_group_name}"
1415
/>
1516
<Action
@@ -23,7 +24,7 @@
2324
<Action
2425
ID="RetrieveWaypoint"
2526
waypoint_joint_state="{target_joint_state}"
26-
waypoint_name="Place Cube"
27+
waypoint_name="Above Place Cube"
2728
joint_group_name="{joint_group_name}"
2829
/>
2930
<Action

src/lab_sim/objectives/apriltag_pick_object.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
21
<root BTCPP_format="4" main_tree_to_execute="Pick April Tag Labeled Object">
32
<!--//////////-->
43
<BehaviorTree

src/lab_sim/objectives/move_with_velocity_and_force.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<BehaviorTree
44
ID="Move until Force Contact"
55
_description="An example for how to use the VFC to move with a velocity / force reference until it collides"
6-
_favorite="true"
6+
_favorite="false"
77
>
88
<Control ID="Sequence" name="TopLevelSequence">
99
<SubTree

src/lab_sim/objectives/pick_and_place_example.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
21
<root BTCPP_format="4" main_tree_to_execute="Pick And Place Example">
32
<!-- ////////// -->
43
<BehaviorTree
54
ID="Pick And Place Example"
65
_description="Pick and place example objective"
7-
_favorite="true"
6+
_favorite="false"
87
_hardcoded="false"
98
>
109
<Control ID="Sequence" name="Pick and Place">

src/lab_sim/objectives/plan_and_save_trajectory.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
12
<root BTCPP_format="4" main_tree_to_execute="Plan and Save Trajectory">
23
<!--//////////-->
34
<BehaviorTree
@@ -39,7 +40,7 @@
3940
/>
4041
<Action ID="PlanMTCTask" solution="{mtc_solution}" task="{mtc_task}" />
4142
<Action ID="WaitForUserTrajectoryApproval" />
42-
<!-- The following behavior can be found in the example_behaviors package. -->
43+
<!--The following behavior can be found in the example_behaviors package.-->
4344
<Action
4445
ID="ConvertMtcSolutionToJointTrajectory"
4546
joint_trajectory="{joint_trajectory_msg}"

src/lab_sim/objectives/register_cad_part.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<BehaviorTree
44
ID="Register CAD Part"
55
_description="Load an STL from disk and use registration to align the pointcloud with a matching shape in the environment"
6-
_favorite="true"
6+
_favorite="false"
77
_subtreeOnly="false"
88
>
99
<Control ID="Sequence" name="TopLevelSequence">

src/lab_sim/objectives/save_and_execute_a_trajectory_from_disk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BehaviorTree
77
ID="Save and Execute a Trajectory from Disk"
88
_description="Build a trajectory from a series of waypoints and MTC tasks, then save the trajectory to disk. Load the trajectory from disk and execute it as well."
9-
_favorite="true"
9+
_favorite="false"
1010
_subtreeOnly="false"
1111
>
1212
<Control ID="Sequence" name="TopLevelSequence">

src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/clear_snapshot.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" ?>
21
<root BTCPP_format="4" main_tree_to_execute="Clear Snapshot">
32
<!-- ////////// -->
43
<BehaviorTree
54
ID="Clear Snapshot"
65
_description="Clear the point cloud snapshot"
6+
_favorite="true"
77
>
88
<Action ID="ClearSnapshot" />
99
</BehaviorTree>

src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/close_gripper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
21
<root BTCPP_format="4" main_tree_to_execute="Close Gripper">
32
<BehaviorTree
43
ID="Close Gripper"
54
_description="Close the gripper"
5+
_favorite="true"
66
_subtreeOnly="false"
77
>
88
<Control ID="Sequence" name="root">

src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/open_gripper.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
21
<root BTCPP_format="4" main_tree_to_execute="Open Gripper">
32
<!--//////////-->
4-
<BehaviorTree ID="Open Gripper" _description="Open the gripper">
3+
<BehaviorTree
4+
ID="Open Gripper"
5+
_description="Open the gripper"
6+
_favorite="true"
7+
>
58
<Control ID="Sequence" name="root">
69
<Action
710
ID="MoveGripperAction"

0 commit comments

Comments
 (0)