19 size_t failure_count = 0;
47 throw LogicError(
"A child node must never return IDLE");
std::vector< TreeNode * > children_nodes_
size_t childrenCount() const
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
Abstract base class for Behavior Tree Nodes.
virtual BT::NodeStatus executeTick()
The method that should be used to invoke tick() and setStatus();.