Skip to content
Snippets Groups Projects
Commit 31db6f07 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added basic nodes tree nodes models

parent 6c3d94bb
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,17 @@ ...@@ -24,6 +24,17 @@
</BehaviorTree> </BehaviorTree>
<!-- ////////// --> <!-- ////////// -->
<TreeNodesModel> <TreeNodesModel>
<!-- basic_nodes -->
<Action ID="NOP"/>
<Action ID="is_not_start_tree"/>
<Condition ID="async_is_start_tree"/>
<Action ID="is_not_stop_tree"/>
<Condition ID="async_is_stop_tree"/>
<Action ID="set_start_tree"/>
<Action ID="set_stop_tree"/>
<Action ID="reset_start_tree"/>
<Action ID="reset_stop_tree"/>
<!-- gripper module -->
<Action ID="sync_cancel_tiago_gripper_action"/> <Action ID="sync_cancel_tiago_gripper_action"/>
<Action ID="async_cancel_tiago_gripper_action"/> <Action ID="async_cancel_tiago_gripper_action"/>
<Action ID="async_is_tiago_gripper_finished"/> <Action ID="async_is_tiago_gripper_finished"/>
...@@ -86,10 +97,7 @@ ...@@ -86,10 +97,7 @@
<Condition ID="is_tiago_gripper_module_preempted"/> <Condition ID="is_tiago_gripper_module_preempted"/>
<Condition ID="is_tiago_gripper_module_rejected"/> <Condition ID="is_tiago_gripper_module_rejected"/>
<Condition ID="is_tiago_gripper_module_failed_grasp"/> <Condition ID="is_tiago_gripper_module_failed_grasp"/>
<SubTree ID="set_base_frame_black_board"/> <SubTree ID="set_fingers_pos_blackboard"/>
<SubTree ID="set_point_to_blackboard"/>
<SubTree ID="set_tol_blackboard"/>
<SubTree ID="set_urdf_param_blackboard"/>
</TreeNodesModel> </TreeNodesModel>
<!-- ////////// --> <!-- ////////// -->
</root> </root>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment