-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathABR_test.xml
24 lines (20 loc) · 848 Bytes
/
ABR_test.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<root main_tree_to_execute="BehaviorTree">
<BehaviorTree ID="BehaviorTree">
<SequenceStar>
<approachLocation locationId="1"/>
<moveRoboterPosition x="1000" y="2000" approachRadius="0"/>
<moveRoboterBackwardsLocation locationID="1"/>
<moveRoboterBackwardsRelative dist="100"/>
<moveRoboterOrientateRobotAbs angleDeg="3.0"/>
<moveRoboterOrientateRobotRel angleDeg="3.0"/>
</SequenceStar>
</BehaviorTree>
<TreeNodesModel>
<Action ID="approachLocation"/>
<Action ID="moveRoboterPosition"/>
<Action ID="moveRoboterBackwardsLocation"/>
<Action ID="moveRoboterBackwardsRelative"/>
<Action ID="moveRoboterOrientateRobotAbs"/>
<Action ID="moveRoboterOrientateRobotRel"/>
</TreeNodesModel>
</root>