Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/behaviortree_cpp_v3/controls/reactive_sequence.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace BT
* @brief The ReactiveSequence is similar to a ParallelNode.
* All the children are ticked from first to last:
*
* - If a child returns RUNNING, tick the next sibling.
* - If a child returns RUNNING, halt the remaining siblings in the sequence and return RUNNING.
* - If a child returns SUCCESS, tick the next sibling.
* - If a child returns FAILURE, stop and return FAILURE.
*
Expand Down