You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive my ignorance as I am new to the behaviortree.cpp library.
Does a sequence under a reactive fallback need to be reactive too? If not, if the last time the sequence was ticked was a failure, does it again return a failure or does it tick again from the last child of the sequence that failed or does it start from the first child of sequence regardless?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Forgive my ignorance as I am new to the behaviortree.cpp library.
Does a sequence under a reactive fallback need to be reactive too? If not, if the last time the sequence was ticked was a failure, does it again return a failure or does it tick again from the last child of the sequence that failed or does it start from the first child of sequence regardless?
Beta Was this translation helpful? Give feedback.
All reactions