BehaviorTree/BehaviorTree.CPP

Blackboard -> Clear() kills the tree execution ?

Closed this issue · 1 comments

After one full tree execution on clearing blackboard ( blackboard->clear() ) [need to clear for my case] on ticking the tree again for next execution kill the process.

Not sure what the reason.

What is the correct way to clear the blackboard after each full tree execution ?