void setRegistrationName(const std::string ®istration_name)
registrationName() is set by the BehaviorTreeFactory
std::unordered_map< std::string, std::string > NodeParameters
NodeStatus status() const
virtual BT::NodeStatus executeTick()
The method that will be executed to invoke tick(); and setStatus();.
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
DecoratorSubtreeNode(const std::string &name)
void setStatus(NodeStatus new_status)