Skip to content

Commit 0840abd

Browse files
authored
Update README.md
1 parent 0470dd7 commit 0840abd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ CREATE YOUR OWN CONDITION NODE
117117
2) Implement the method `BT::ReturnStatus Tick()` with the code you want to execute to check the condition. Return `BT::SUCCESS` or `BT::FAILURE` accordingly.
118118
See the file `src/example.cpp` for an example.
119119

120+
121+
NOTES
122+
-------
123+
In case you are puzzled about why a sequence (or fallback) node with 2 or more actions as children never get past the first action, see [this](https://github.com/miccol/ROS-Behavior-Tree/issues/16) discussion.
124+
120125
LICENSE
121126
-------
122127
The MIT License (MIT)

0 commit comments

Comments
 (0)