Initial Commit
This commit is contained in:
19
mg_bt/behavior_trees/mg_bt.btproj
Normal file
19
mg_bt/behavior_trees/mg_bt.btproj
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root BTCPP_format="4" project_name="Testing">
|
||||
<include path="untitled_1.xml"/>
|
||||
<!-- Description of Node Models (used by Groot) -->
|
||||
<TreeNodesModel>
|
||||
<Action ID="MoveStraightAction">
|
||||
<input_port name="distance" type="double"/>
|
||||
<input_port name="tolerance" default="0.100000" type="double"/>
|
||||
<input_port name="action_name" type="std::string">Action server name</input_port>
|
||||
</Action>
|
||||
<Action ID="SimpleBehavior">
|
||||
<input_port name="message" type="std::string"/>
|
||||
</Action>
|
||||
<Action ID="SleepAction">
|
||||
<input_port name="msec" type="unsigned int"/>
|
||||
<input_port name="action_name" type="std::string">Action server name</input_port>
|
||||
</Action>
|
||||
</TreeNodesModel>
|
||||
</root>
|
||||
Reference in New Issue
Block a user