Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
resetting the toTick variable in the control nodes with memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 committed Mar 12, 2024
1 parent 3f9c8e6 commit a037461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rep-2018.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ as shown below.
response ← child(j).tick()
if response != Success then
return response
toTick ← 1
return Success

The *Fallback with Memory* node executes, which corresponds to routing
Expand Down Expand Up @@ -243,6 +244,7 @@ below.
response ← child(j).tick()
if response != Failure then
return response
toTick ← 1
return Failure

The *(Reactive) Parallel* node with success threshold :math:`k`
Expand Down

0 comments on commit a037461

Please sign in to comment.