Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd0d1e commit be5a788Copy full SHA for be5a788
docs/images/BT.png
-3.53 KB
docs/tutorial_A_create_trees.md
@@ -159,6 +159,13 @@ Give the following XML stored in the file __my_tree.xml__
159
<CloseGripper name="close_gripper"/>
160
</Sequence>
161
</BehaviorTree>
162
+
163
+ <TreeNodesModel>
164
+ <Action ID="SayHello"/>
165
+ <Action ID="OpenGripper"/>
166
+ <Action ID="ApproachObject"/>
167
+ <Action ID="CloseGripper"/>
168
+ </TreeNodesModel>
169
</root>
170
```
171
mkdocs.yml
@@ -11,8 +11,8 @@ theme:
11
feature:
12
tabs: true
13
palette:
14
- primary: blue
15
- accent: indigo
+ primary: blue grey
+ accent: green
16
font:
17
text: Ubuntu
18
code: Roboto Mono
0 commit comments