30 for (
unsigned int index = 0; index < children_count; index++)
54 throw std::runtime_error(
"This is not supposed to happen");
std::vector< TreeNode * > children_nodes_
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
void setRegistrationName(const std::string ®istration_name)
registrationName() is set by the BehaviorTreeFactory
std::unordered_map< std::string, std::string > NodeParameters
SequenceNode(const std::string &name)
virtual BT::NodeStatus executeTick()
The method that will be executed to invoke tick(); and setStatus();.
void setStatus(NodeStatus new_status)