Skip to content

Commit 49aa6b7

Browse files
author
navigation2-ci
committed
[skip ci] publish latest
Signed-off-by: navigation2-ci <navigation2-ci@circleci.com>
1 parent 1e5f03e commit 49aa6b7

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

_sources/configuration/packages/bt-plugins/controls/RecoveryNode.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The RecoveryNode is a control flow node with two children.
77
It returns SUCCESS if and only if the first child returns SUCCESS.
88
The second child will be executed only if the first child returns FAILURE.
99
If the second child SUCCEEDS, then the first child will be executed again.
10+
If the second child returns FAILURE, the RecoveryNode returns FAILURE as well.
1011
The user can specify how many times the recovery actions should be taken before returning FAILURE.
1112
In nav2, the RecoveryNode is included in Behavior Trees to implement recovery actions upon failures.
1213

configuration/packages/bt-plugins/controls/RecoveryNode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@
13121312
It returns SUCCESS if and only if the first child returns SUCCESS.
13131313
The second child will be executed only if the first child returns FAILURE.
13141314
If the second child SUCCEEDS, then the first child will be executed again.
1315+
If the second child returns FAILURE, the RecoveryNode returns FAILURE as well.
13151316
The user can specify how many times the recovery actions should be taken before returning FAILURE.
13161317
In nav2, the RecoveryNode is included in Behavior Trees to implement recovery actions upon failures.</p>
13171318
<div class="section" id="input-ports">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)