runtime/rbs_bt_executor/bt_trees/test_tree.xml

21 lines
592 B
XML
Raw Normal View History

<?xml version='1.0' encoding='utf-8'?>
<root BTCPP_format="4">
<BehaviorTree ID="TestTree">
2023-02-03 07:04:12 +00:00
<Sequence>
<!-- <Action ID="EnvManager" env_class="gz_enviroment::GzEnviroment" env_name="gz_enviroment" -->
<!-- service_name="/env_manager/start_env" /> -->
<SubTree ID="WorkspaceMovement" robot_name="rbs_arm" />
2023-02-03 07:04:12 +00:00
</Sequence>
</BehaviorTree>
<TreeNodesModel>
<Action ID="GetWorkspace">
<input_port name="type"/>
<input_port name="service_name"/>
<output_port name="workspace" />
</Action>
</TreeNodesModel>
</root>