BehaviorTree/BehaviorTree.CPP

Event-driven running mode

Closed this issue · 1 comments

Does this behavior tree model support event driven running mode? Expect for your response,thank you!

It can, it depends on where the events come from.

A node can send a signal to wake the entire tree and react immediately. See details about Tree::sleep