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
5 changes: 3 additions & 2 deletions src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Add Waypoints to MTC Task">
<!--//////////-->
<BehaviorTree
Expand All @@ -9,7 +10,7 @@
<Action
ID="RetrieveWaypoint"
waypoint_joint_state="{target_joint_state}"
waypoint_name="Pick Cube"
waypoint_name="Above Pick Cube"
joint_group_name="{joint_group_name}"
/>
<Action
Expand All @@ -23,7 +24,7 @@
<Action
ID="RetrieveWaypoint"
waypoint_joint_state="{target_joint_state}"
waypoint_name="Place Cube"
waypoint_name="Above Place Cube"
joint_group_name="{joint_group_name}"
/>
<Action
Expand Down
1 change: 0 additions & 1 deletion src/lab_sim/objectives/apriltag_pick_object.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Pick April Tag Labeled Object">
<!--//////////-->
<BehaviorTree
Expand Down
2 changes: 1 addition & 1 deletion src/lab_sim/objectives/move_with_velocity_and_force.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<BehaviorTree
ID="Move until Force Contact"
_description="An example for how to use the VFC to move with a velocity / force reference until it collides"
_favorite="true"
_favorite="false"
>
<Control ID="Sequence" name="TopLevelSequence">
<SubTree
Expand Down
3 changes: 1 addition & 2 deletions src/lab_sim/objectives/pick_and_place_example.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Pick And Place Example">
<!-- ////////// -->
<BehaviorTree
ID="Pick And Place Example"
_description="Pick and place example objective"
_favorite="true"
_favorite="false"
_hardcoded="false"
>
<Control ID="Sequence" name="Pick and Place">
Expand Down
3 changes: 2 additions & 1 deletion src/lab_sim/objectives/plan_and_save_trajectory.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Plan and Save Trajectory">
<!--//////////-->
<BehaviorTree
Expand Down Expand Up @@ -39,7 +40,7 @@
/>
<Action ID="PlanMTCTask" solution="{mtc_solution}" task="{mtc_task}" />
<Action ID="WaitForUserTrajectoryApproval" />
<!-- The following behavior can be found in the example_behaviors package. -->
<!--The following behavior can be found in the example_behaviors package.-->
<Action
ID="ConvertMtcSolutionToJointTrajectory"
joint_trajectory="{joint_trajectory_msg}"
Expand Down
2 changes: 1 addition & 1 deletion src/lab_sim/objectives/register_cad_part.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<BehaviorTree
ID="Register CAD Part"
_description="Load an STL from disk and use registration to align the pointcloud with a matching shape in the environment"
_favorite="true"
_favorite="false"
_subtreeOnly="false"
>
<Control ID="Sequence" name="TopLevelSequence">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<BehaviorTree
ID="Save and Execute a Trajectory from Disk"
_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."
_favorite="true"
_favorite="false"
_subtreeOnly="false"
>
<Control ID="Sequence" name="TopLevelSequence">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<root BTCPP_format="4" main_tree_to_execute="Clear Snapshot">
<!-- ////////// -->
<BehaviorTree
ID="Clear Snapshot"
_description="Clear the point cloud snapshot"
_favorite="true"
>
<Action ID="ClearSnapshot" />
</BehaviorTree>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Close Gripper">
<BehaviorTree
ID="Close Gripper"
_description="Close the gripper"
_favorite="true"
_subtreeOnly="false"
>
<Control ID="Sequence" name="root">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Open Gripper">
<!--//////////-->
<BehaviorTree ID="Open Gripper" _description="Open the gripper">
<BehaviorTree
ID="Open Gripper"
_description="Open the gripper"
_favorite="true"
>
<Control ID="Sequence" name="root">
<Action
ID="MoveGripperAction"
Expand Down
Loading