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

Skip to content

Commit 80851a4

Browse files
author
Davide Faconti
committed
Deployed c9f0c2c with MkDocs version: 1.0.4
1 parent 072e4e7 commit 80851a4

File tree

26 files changed

+306
-306
lines changed

26 files changed

+306
-306
lines changed

404.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353

54-
<meta name="theme-color" content="">
54+
<meta name="theme-color" content="#2196f3">
5555

5656

5757

@@ -71,7 +71,7 @@
7171

7272

7373

74-
<body dir="ltr" data-md-color-primary="dark-blue" data-md-color-accent="indigo">
74+
<body dir="ltr" data-md-color-primary="blue" data-md-color-accent="indigo">
7575

7676
<svg class="md-svg">
7777
<defs>
@@ -402,8 +402,8 @@
402402

403403

404404
<li class="md-nav__item">
405-
<a href="/tutorial_A_create_trees/" title="Tutorial 1: Tree and Nodes" class="md-nav__link">
406-
Tutorial 1: Tree and Nodes
405+
<a href="/tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
406+
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="Tutorial 2: NodeParameters" class="md-nav__link">
418-
Tutorial 2: NodeParameters
417+
<a href="/tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
418+
Add 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="Tutorial 3: Blackboards" class="md-nav__link">
430-
Tutorial 3: Blackboards
429+
<a href="/tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
430+
Use 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="Tutorial 4: Subtrees" class="md-nav__link">
442-
Tutorial 4: Subtrees
441+
<a href="/tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
442+
Compose with 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="Tutorial 5: Plugins" class="md-nav__link">
454-
Tutorial 5: Plugins
453+
<a href="/tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
454+
Create a Plugin
455455
</a>
456456
</li>
457457

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

463463

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

BT_basics/index.html

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

5252

5353

54-
<meta name="theme-color" content="">
54+
<meta name="theme-color" content="#2196f3">
5555

5656

5757

@@ -71,7 +71,7 @@
7171

7272

7373

74-
<body dir="ltr" data-md-color-primary="dark-blue" data-md-color-accent="indigo">
74+
<body dir="ltr" data-md-color-primary="blue" data-md-color-accent="indigo">
7575

7676
<svg class="md-svg">
7777
<defs>
@@ -489,8 +489,8 @@
489489

490490

491491
<li class="md-nav__item">
492-
<a href="../tutorial_A_create_trees/" title="Tutorial 1: Tree and Nodes" class="md-nav__link">
493-
Tutorial 1: Tree and Nodes
492+
<a href="../tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
493+
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="Tutorial 2: NodeParameters" class="md-nav__link">
505-
Tutorial 2: NodeParameters
504+
<a href="../tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
505+
Add 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="Tutorial 3: Blackboards" class="md-nav__link">
517-
Tutorial 3: Blackboards
516+
<a href="../tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
517+
Use 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="Tutorial 4: Subtrees" class="md-nav__link">
529-
Tutorial 4: Subtrees
528+
<a href="../tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
529+
Compose with 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="Tutorial 5: Plugins" class="md-nav__link">
541-
Tutorial 5: Plugins
540+
<a href="../tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
541+
Create a Plugin
542542
</a>
543543
</li>
544544

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

550550

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

@@ -709,8 +709,8 @@ <h3 id="sequence">Sequence</h3>
709709
or repeat ticking of the child, depending on the type of Decorator.</p>
710710
<p>You can create your own Decorators.</p>
711711
<p><img alt="Simple Decorator: Enter Room" src="../images/DecoratorEnterRoom.png" /></p>
712-
<p>The node <strong>Negation</strong> is a Decorator that inverts
713-
the result returned by its child; Negation followed by the node called
712+
<p>The node <strong>Inverter</strong> is a Decorator that inverts
713+
the result returned by its child; Inverter followed by the node called
714714
<strong>DoorOpen</strong> is therefore equivalent to </p>
715715
<div class="codehilite"><pre><span></span>&quot;Is the door closed?&quot;.
716716
</pre></div>
@@ -741,7 +741,7 @@ <h3 id="sequence">Sequence</h3>
741741
<p><img alt="FallbackNodes" src="../images/FallbackBasic.png" /> </p>
742742
<blockquote>
743743
<p>In the door open?</p>
744-
<p>If not, try to open the door.</p>
744+
<p>I not, try to open the door.</p>
745745
<p>Otherwise, if you have a key, unlock and open the door.</p>
746746
<p>Otherwise, smash the door. </p>
747747
<p>If any of these actions succeeded, then enter the room.</p>

BlackBoard/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353

54-
<meta name="theme-color" content="">
54+
<meta name="theme-color" content="#2196f3">
5555

5656

5757

@@ -71,7 +71,7 @@
7171

7272

7373

74-
<body dir="ltr" data-md-color-primary="dark-blue" data-md-color-accent="indigo">
74+
<body dir="ltr" data-md-color-primary="blue" data-md-color-accent="indigo">
7575

7676
<svg class="md-svg">
7777
<defs>
@@ -402,8 +402,8 @@
402402

403403

404404
<li class="md-nav__item">
405-
<a href="../tutorial_A_create_trees/" title="Tutorial 1: Tree and Nodes" class="md-nav__link">
406-
Tutorial 1: Tree and Nodes
405+
<a href="../tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
406+
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="Tutorial 2: NodeParameters" class="md-nav__link">
418-
Tutorial 2: NodeParameters
417+
<a href="../tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
418+
Add 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="Tutorial 3: Blackboards" class="md-nav__link">
430-
Tutorial 3: Blackboards
429+
<a href="../tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
430+
Use 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="Tutorial 4: Subtrees" class="md-nav__link">
442-
Tutorial 4: Subtrees
441+
<a href="../tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
442+
Compose with 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="Tutorial 5: Plugins" class="md-nav__link">
454-
Tutorial 5: Plugins
453+
<a href="../tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
454+
Create a Plugin
455455
</a>
456456
</li>
457457

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

463463

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

DecoratorNode/index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353

54-
<meta name="theme-color" content="">
54+
<meta name="theme-color" content="#2196f3">
5555

5656

5757

@@ -71,7 +71,7 @@
7171

7272

7373

74-
<body dir="ltr" data-md-color-primary="dark-blue" data-md-color-accent="indigo">
74+
<body dir="ltr" data-md-color-primary="blue" data-md-color-accent="indigo">
7575

7676
<svg class="md-svg">
7777
<defs>
@@ -389,8 +389,8 @@
389389
<ul class="md-nav__list" data-md-scrollfix>
390390

391391
<li class="md-nav__item">
392-
<a href="#negationnode" title="NegationNode" class="md-nav__link">
393-
NegationNode
392+
<a href="#inverternode" title="InverterNode" class="md-nav__link">
393+
InverterNode
394394
</a>
395395

396396
</li>
@@ -476,8 +476,8 @@
476476

477477

478478
<li class="md-nav__item">
479-
<a href="../tutorial_A_create_trees/" title="Tutorial 1: Tree and Nodes" class="md-nav__link">
480-
Tutorial 1: Tree and Nodes
479+
<a href="../tutorial_A_create_trees/" title="Create a Tree" class="md-nav__link">
480+
Create a Tree
481481
</a>
482482
</li>
483483

@@ -488,8 +488,8 @@
488488

489489

490490
<li class="md-nav__item">
491-
<a href="../tutorial_B_node_parameters/" title="Tutorial 2: NodeParameters" class="md-nav__link">
492-
Tutorial 2: NodeParameters
491+
<a href="../tutorial_B_node_parameters/" title="Add NodeParameters" class="md-nav__link">
492+
Add NodeParameters
493493
</a>
494494
</li>
495495

@@ -500,8 +500,8 @@
500500

501501

502502
<li class="md-nav__item">
503-
<a href="../tutorial_C_blackboard/" title="Tutorial 3: Blackboards" class="md-nav__link">
504-
Tutorial 3: Blackboards
503+
<a href="../tutorial_C_blackboard/" title="Use Blackboards" class="md-nav__link">
504+
Use Blackboards
505505
</a>
506506
</li>
507507

@@ -512,8 +512,8 @@
512512

513513

514514
<li class="md-nav__item">
515-
<a href="../tutorial_D_subtrees/" title="Tutorial 4: Subtrees" class="md-nav__link">
516-
Tutorial 4: Subtrees
515+
<a href="../tutorial_D_subtrees/" title="Compose with Subtrees" class="md-nav__link">
516+
Compose with Subtrees
517517
</a>
518518
</li>
519519

@@ -524,8 +524,8 @@
524524

525525

526526
<li class="md-nav__item">
527-
<a href="../tutorial_E_plugins/" title="Tutorial 5: Plugins" class="md-nav__link">
528-
Tutorial 5: Plugins
527+
<a href="../tutorial_E_plugins/" title="Create a Plugin" class="md-nav__link">
528+
Create a Plugin
529529
</a>
530530
</li>
531531

@@ -536,8 +536,8 @@
536536

537537

538538
<li class="md-nav__item">
539-
<a href="../tutorial_F_loggers/" title="Tutorial 6: Loggers" class="md-nav__link">
540-
Tutorial 6: Loggers
539+
<a href="../tutorial_F_loggers/" title="Log state transitions" class="md-nav__link">
540+
Log state transitions
541541
</a>
542542
</li>
543543

@@ -568,8 +568,8 @@
568568
<ul class="md-nav__list" data-md-scrollfix>
569569

570570
<li class="md-nav__item">
571-
<a href="#negationnode" title="NegationNode" class="md-nav__link">
572-
NegationNode
571+
<a href="#inverternode" title="InverterNode" class="md-nav__link">
572+
InverterNode
573573
</a>
574574

575575
</li>
@@ -625,7 +625,7 @@ <h1 id="decorators">Decorators</h1>
625625
<p>A decorator is a node that can have only a single child.</p>
626626
<p>It is up to the Decorator to decide if, when and how many times the child should be
627627
ticked.</p>
628-
<h2 id="negationnode">NegationNode</h2>
628+
<h2 id="inverternode">InverterNode</h2>
629629
<p>Tick the child once and return SUCCESS if the child failed or FAILURE if
630630
the child succeeded.</p>
631631
<p>If the child returns RUNNING, this node returns RUNNING too.</p>

0 commit comments

Comments
 (0)