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
I can successfully use the _skipIf precondition to avoid ticking some "standard nodes", but it seems to be ignored by the SubTrees.
I suspect that the reason has to do with the fact that subtrees forward their arguments to the children nodes for remapping
Hi, I'm using BehaviorTree.cpp version 4.0.1
I can successfully use the
_skipIf
precondition to avoid ticking some "standard nodes", but it seems to be ignored by theSubTree
s.I suspect that the reason has to do with the fact that subtrees forward their arguments to the children nodes for remapping
See example
The text was updated successfully, but these errors were encountered: