Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be5a788

Browse files
author
Davide Faconti
committed
updated docs
1 parent fcd0d1e commit be5a788

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/images/BT.png

-3.53 KB
Loading

docs/tutorial_A_create_trees.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ Give the following XML stored in the file __my_tree.xml__
159159
<CloseGripper name="close_gripper"/>
160160
</Sequence>
161161
</BehaviorTree>
162+
163+
<TreeNodesModel>
164+
<Action ID="SayHello"/>
165+
<Action ID="OpenGripper"/>
166+
<Action ID="ApproachObject"/>
167+
<Action ID="CloseGripper"/>
168+
</TreeNodesModel>
162169
</root>
163170
```
164171

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ theme:
1111
feature:
1212
tabs: true
1313
palette:
14-
primary: blue
15-
accent: indigo
14+
primary: blue grey
15+
accent: green
1616
font:
1717
text: Ubuntu
1818
code: Roboto Mono

0 commit comments

Comments
 (0)