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