Skip to content

Commit

Permalink
[docs] match text to graphics (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
goekce authored Feb 7, 2022
1 parent 58b65b3 commit d0d1177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/BT_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ __isDoorOpen__ is therefore equivalent to

"Is the door closed?".

The node __Retry__ will repeat ticking the child up to N times (3 in this case)
The node __Retry__ will repeat ticking the child up to __num_attempts__ times (5 in this case)
if the child returns FAILURE.

__Apparently__, the branch on the right side means:

If the door is closed, then try to open it.
Try up to 3 times, otherwise give up and return FAILURE.
Try up to 5 times, otherwise give up and return FAILURE.

But...

Expand Down

0 comments on commit d0d1177

Please sign in to comment.