This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
- Loading branch information
Showing
3 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<root BTCPP_format="4" main_tree_to_execute="Clear Snapshot"> | ||
<!--//////////--> | ||
<BehaviorTree ID="Clear Snapshot" _description="Clear the point cloud snapshot"> | ||
<Action ID="ClearSnapshot"/> | ||
<Action ID="CreateStringMessage" data="Hello!!!"/> | ||
<Action ID="TriggerPStopResetService"/> | ||
<Action ID="CreateTimeMessage" time="{stamp}" sec="10" nanosec="5"/> | ||
<Action ID="CreateHeaderMessage" frame_id="base_frame"/> | ||
<Action ID="CreateJointStateMessage" name_=""joint_1";"joint_2";"joint_3"" velocity="0;0;0" position="0;0;0" effort="0;0;0" joint_state="{joint_state}"/> | ||
</BehaviorTree> | ||
<?xml version="1.0"?> | ||
<root BTCPP_format="4" main_tree_to_execute="Clear Snapshot"> | ||
<!-- ////////// --> | ||
<BehaviorTree ID="Clear Snapshot" _description="Clear the point cloud snapshot"> | ||
<Action ID="ClearSnapshot" /> | ||
</BehaviorTree> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?xml version="1.0"?> | ||
<root BTCPP_format="4" main_tree_to_execute="Close Gripper"> | ||
<BehaviorTree ID="Close Gripper" _description="Close the gripper"> | ||
<Control ID="Sequence" name="root"> | ||
<Action ID="CreateStringMessage" data="Hello!!!"/> | ||
<Action ID="CreateTimeMessage" time="{stamp}" sec="10" nanosec="5"/> | ||
<Action ID="CreateHeaderMessage" frame_id="base_frame"/> | ||
<Action ID="CreateJointStateMessage" name_="joint_1;joint_2;joint_3" velocity="0;0;0" position="0;0;0" effort="0;0;0" joint_state="{joint_state}"/> | ||
<Action ID="UnpackJointStateMessage"/> | ||
<Action ID="MoveGripperAction" gripper_command_action_name="/robotiq_gripper_controller/gripper_cmd" position="0.7929"/> | ||
<Action ID="CreateBoolMessage" data="1"/> | ||
<Action ID="CreateStringMessage" data="This is a behavior test publisher"/> | ||
<Action ID="PublishString" message="{string}" use_best_effort="false" topic="/chatter"/> | ||
</Control> | ||
</BehaviorTree> | ||
<BehaviorTree ID="Close Gripper" _description="Close the gripper"> | ||
<Control ID="Sequence" name="root"> | ||
<Action ID="MoveGripperAction" gripper_command_action_name="/robotiq_gripper_controller/gripper_cmd" position="0.7929"/> | ||
</Control> | ||
</BehaviorTree> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters