-
Notifications
You must be signed in to change notification settings - Fork 785
Closed
Labels
Description
Hi,
I'm running in to a strange behavior where I'm not sure if my implementation is wrong or if there is a bug.
As you can see I have the following tree:

The CommandRobots node succeeds and the CheckRobotsState will fail until it reaches the desired state. When it succeeds the setBlackboard node is called. For some reason when setBlackBoard is called it skips all the next one without executing them. So the LogNode is not called
I tried with the Sequence instead of SequenceWithMemory and in that case it works.
Do you know why this happens?
Thank you
Davide