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

Skip to content

Commit f1c9284

Browse files
committed
Deployed 75cc133 with MkDocs version: 1.0.4
1 parent c439107 commit f1c9284

File tree

17 files changed

+310
-300
lines changed

17 files changed

+310
-300
lines changed

404.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170

171171

172-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
172+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
173173

174174
<div class="md-source__icon">
175175
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -178,7 +178,7 @@
178178
</div>
179179

180180
<div class="md-source__repository">
181-
Eurecat/BehaviorTree.CPP
181+
BehaviorTreeCPP
182182
</div>
183183
</a>
184184

@@ -264,7 +264,7 @@
264264

265265

266266

267-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
267+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
268268

269269
<div class="md-source__icon">
270270
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -273,7 +273,7 @@
273273
</div>
274274

275275
<div class="md-source__repository">
276-
Eurecat/BehaviorTree.CPP
276+
BehaviorTreeCPP
277277
</div>
278278
</a>
279279

@@ -402,8 +402,8 @@
402402

403403

404404
<li class="md-nav__item">
405-
<a href="/tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
406-
Create a Tree
405+
<a href="/tutorial_A_create_trees/" title="Tutorial 1: Create a Tree" class="md-nav__link">
406+
Tutorial 1: Create a Tree
407407
</a>
408408
</li>
409409

@@ -414,8 +414,8 @@
414414

415415

416416
<li class="md-nav__item">
417-
<a href="/tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
418-
Add NodeParameters
417+
<a href="/tutorial_B_node_parameters/" title="Tutorial 2: NodeParameters" class="md-nav__link">
418+
Tutorial 2: NodeParameters
419419
</a>
420420
</li>
421421

@@ -426,8 +426,8 @@
426426

427427

428428
<li class="md-nav__item">
429-
<a href="/tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
430-
Use Blackboards
429+
<a href="/tutorial_C_blackboard/" title="Tutorial 3: Blackboards" class="md-nav__link">
430+
Tutorial 3: Blackboards
431431
</a>
432432
</li>
433433

@@ -438,8 +438,8 @@
438438

439439

440440
<li class="md-nav__item">
441-
<a href="/tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
442-
Compose with Subtrees
441+
<a href="/tutorial_D_subtrees/" title="Tutorial 4: Subtrees" class="md-nav__link">
442+
Tutorial 4: Subtrees
443443
</a>
444444
</li>
445445

@@ -450,8 +450,8 @@
450450

451451

452452
<li class="md-nav__item">
453-
<a href="/tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
454-
Create a Plugin
453+
<a href="/tutorial_E_plugins/" title="Tutorial 5: Plugins" class="md-nav__link">
454+
Tutorial 5: Plugins
455455
</a>
456456
</li>
457457

@@ -462,8 +462,8 @@
462462

463463

464464
<li class="md-nav__item">
465-
<a href="/tutorial_F_loggers/" title="Log state transitions" class="md-nav__link">
466-
Log state transitions
465+
<a href="/tutorial_F_loggers/" title="Tutorial 6: Loggers" class="md-nav__link">
466+
Tutorial 6: Loggers
467467
</a>
468468
</li>
469469

BT_basics/index.html

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174

175175

176-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
176+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
177177

178178
<div class="md-source__icon">
179179
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -182,7 +182,7 @@
182182
</div>
183183

184184
<div class="md-source__repository">
185-
Eurecat/BehaviorTree.CPP
185+
BehaviorTreeCPP
186186
</div>
187187
</a>
188188

@@ -270,7 +270,7 @@
270270

271271

272272

273-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
273+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
274274

275275
<div class="md-source__icon">
276276
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -279,7 +279,7 @@
279279
</div>
280280

281281
<div class="md-source__repository">
282-
Eurecat/BehaviorTree.CPP
282+
BehaviorTreeCPP
283283
</div>
284284
</a>
285285

@@ -489,8 +489,8 @@
489489

490490

491491
<li class="md-nav__item">
492-
<a href="../tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
493-
Create a Tree
492+
<a href="../tutorial_A_create_trees/" title="Tutorial 1: Create a Tree" class="md-nav__link">
493+
Tutorial 1: Create a Tree
494494
</a>
495495
</li>
496496

@@ -501,8 +501,8 @@
501501

502502

503503
<li class="md-nav__item">
504-
<a href="../tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
505-
Add NodeParameters
504+
<a href="../tutorial_B_node_parameters/" title="Tutorial 2: NodeParameters" class="md-nav__link">
505+
Tutorial 2: NodeParameters
506506
</a>
507507
</li>
508508

@@ -513,8 +513,8 @@
513513

514514

515515
<li class="md-nav__item">
516-
<a href="../tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
517-
Use Blackboards
516+
<a href="../tutorial_C_blackboard/" title="Tutorial 3: Blackboards" class="md-nav__link">
517+
Tutorial 3: Blackboards
518518
</a>
519519
</li>
520520

@@ -525,8 +525,8 @@
525525

526526

527527
<li class="md-nav__item">
528-
<a href="../tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
529-
Compose with Subtrees
528+
<a href="../tutorial_D_subtrees/" title="Tutorial 4: Subtrees" class="md-nav__link">
529+
Tutorial 4: Subtrees
530530
</a>
531531
</li>
532532

@@ -537,8 +537,8 @@
537537

538538

539539
<li class="md-nav__item">
540-
<a href="../tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
541-
Create a Plugin
540+
<a href="../tutorial_E_plugins/" title="Tutorial 5: Plugins" class="md-nav__link">
541+
Tutorial 5: Plugins
542542
</a>
543543
</li>
544544

@@ -549,8 +549,8 @@
549549

550550

551551
<li class="md-nav__item">
552-
<a href="../tutorial_F_loggers/" title="Log state transitions" class="md-nav__link">
553-
Log state transitions
552+
<a href="../tutorial_F_loggers/" title="Tutorial 6: Loggers" class="md-nav__link">
553+
Tutorial 6: Loggers
554554
</a>
555555
</li>
556556

@@ -644,7 +644,7 @@
644644
<article class="md-content__inner md-typeset">
645645

646646

647-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/edit/master/docs/BT_basics.md" title="Edit this page" class="md-icon md-content__icon">&#xE3C9;</a>
647+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/edit/master/docs/BT_basics.md" title="Edit this page" class="md-icon md-content__icon">&#xE3C9;</a>
648648

649649

650650
<h1 id="introduction-to-bts">Introduction to BTs</h1>
@@ -706,7 +706,9 @@ <h3 id="first-controlnode-sequence">First ControlNode: Sequence</h3>
706706
<li>If all the children return SUCCESS, then the Sequence returns SUCCESS too.</li>
707707
</ul>
708708
<details class="warning"><summary>Exercise: find the bug! Expand to read the answer.</summary><p>If the action <strong>GrabBeer</strong> fails, the door of the
709-
fridge would remain open, since the last action <strong>CloseDoor</strong> is skipped.</p></details><h3 id="decorators">Decorators</h3>
709+
fridge would remain open, since the last action <strong>CloseDoor</strong> is skipped.</p>
710+
</details>
711+
<h3 id="decorators">Decorators</h3>
710712
<p>The goal of a <a href="../DecoratorNode/">DecoratorNode</a> is either to transform the result it received
711713
from the child, to terminate the child,
712714
or repeat ticking of the child, depending on the type of Decorator.</p>
@@ -730,7 +732,9 @@ <h3 id="first-controlnode-sequence">First ControlNode: Sequence</h3>
730732
<p><strong>But</strong> there is an error. Can you find it?</p>
731733
<details class="warning"><summary>Exercise: find the bug! Expand to read the answer.</summary><p>If <strong>DoorOpen</strong> returns FAILURE, we have the desired behaviour.
732734
But if it returns SUCCESS, the left branch fails and the entire Sequence
733-
is interrupted. </p></details><h3 id="second-controlnode-fallback">Second ControlNode: Fallback</h3>
735+
is interrupted. </p>
736+
</details>
737+
<h3 id="second-controlnode-fallback">Second ControlNode: Fallback</h3>
734738
<p><a href="../FallbackNode/">FallbackNodes</a>, known also as <strong>"Selector"</strong>,
735739
are nodes that can express, as the name suggests, fallback strategies,
736740
ie. what to do next if a child returns FAILURE.</p>

BlackBoard/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170

171171

172-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
172+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
173173

174174
<div class="md-source__icon">
175175
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -178,7 +178,7 @@
178178
</div>
179179

180180
<div class="md-source__repository">
181-
Eurecat/BehaviorTree.CPP
181+
BehaviorTreeCPP
182182
</div>
183183
</a>
184184

@@ -264,7 +264,7 @@
264264

265265

266266

267-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/" title="Go to repository" class="md-source" data-md-source="github">
267+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/" title="Go to repository" class="md-source" data-md-source="github">
268268

269269
<div class="md-source__icon">
270270
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -273,7 +273,7 @@
273273
</div>
274274

275275
<div class="md-source__repository">
276-
Eurecat/BehaviorTree.CPP
276+
BehaviorTreeCPP
277277
</div>
278278
</a>
279279

@@ -402,8 +402,8 @@
402402

403403

404404
<li class="md-nav__item">
405-
<a href="../tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
406-
Create a Tree
405+
<a href="../tutorial_A_create_trees/" title="Tutorial 1: Create a Tree" class="md-nav__link">
406+
Tutorial 1: Create a Tree
407407
</a>
408408
</li>
409409

@@ -414,8 +414,8 @@
414414

415415

416416
<li class="md-nav__item">
417-
<a href="../tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
418-
Add NodeParameters
417+
<a href="../tutorial_B_node_parameters/" title="Tutorial 2: NodeParameters" class="md-nav__link">
418+
Tutorial 2: NodeParameters
419419
</a>
420420
</li>
421421

@@ -426,8 +426,8 @@
426426

427427

428428
<li class="md-nav__item">
429-
<a href="../tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
430-
Use Blackboards
429+
<a href="../tutorial_C_blackboard/" title="Tutorial 3: Blackboards" class="md-nav__link">
430+
Tutorial 3: Blackboards
431431
</a>
432432
</li>
433433

@@ -438,8 +438,8 @@
438438

439439

440440
<li class="md-nav__item">
441-
<a href="../tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
442-
Compose with Subtrees
441+
<a href="../tutorial_D_subtrees/" title="Tutorial 4: Subtrees" class="md-nav__link">
442+
Tutorial 4: Subtrees
443443
</a>
444444
</li>
445445

@@ -450,8 +450,8 @@
450450

451451

452452
<li class="md-nav__item">
453-
<a href="../tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
454-
Create a Plugin
453+
<a href="../tutorial_E_plugins/" title="Tutorial 5: Plugins" class="md-nav__link">
454+
Tutorial 5: Plugins
455455
</a>
456456
</li>
457457

@@ -462,8 +462,8 @@
462462

463463

464464
<li class="md-nav__item">
465-
<a href="../tutorial_F_loggers/" title="Log state transitions" class="md-nav__link">
466-
Log state transitions
465+
<a href="../tutorial_F_loggers/" title="Tutorial 6: Loggers" class="md-nav__link">
466+
Tutorial 6: Loggers
467467
</a>
468468
</li>
469469

@@ -485,7 +485,7 @@
485485
<article class="md-content__inner md-typeset">
486486

487487

488-
<a href="https://github.com/Eurecat/BehaviorTree.CPP/edit/master/docs/BlackBoard.md" title="Edit this page" class="md-icon md-content__icon">&#xE3C9;</a>
488+
<a href="https://github.com/BehaviorTree/BehaviorTreeCPP/edit/master/docs/BlackBoard.md" title="Edit this page" class="md-icon md-content__icon">&#xE3C9;</a>
489489

490490

491491
<h1>BlackBoard</h1>

0 commit comments

Comments
 (0)