Skip to content

Add generic runTree() implementation

The execution of a behavior tree is always the same (distribute data, onInit, execute until finsish, onTerminate), therefore a generic utils function should be added