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
In the following behavior tree, AlwaysRunning never succeeds even when _successIf="my_var != 0" evaluates to true. (AlwaysRunning is a StatefulActionNode that always returns RUNNING; Echo just prints the variable; full repro below):
Describe the bug
In the following behavior tree, AlwaysRunning never succeeds even when
_successIf="my_var != 0"
evaluates to true. (AlwaysRunning is a StatefulActionNode that always returns RUNNING; Echo just prints the variable; full repro below):I would expect AlwaysRunning to return SUCCESS on the 3rd iteration, once my_var is set to 42, but the precondition never hits:
How to Reproduce
The text was updated successfully, but these errors were encountered: