13 #ifndef DECORATOR_ALWAYS_FAILURE_NODE_H 14 #define DECORATOR_ALWAYS_FAILURE_NODE_H const std::string & name() const
Name of the instance, not the type.
ForceFailureNode(const std::string &name)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
void setRegistrationID(StringView ID)
NodeStatus status() const
virtual BT::NodeStatus executeTick()
The method that should be used to invoke tick() and setStatus();.
The ForceFailureNode returns always FAILURE or RUNNING.
void setStatus(NodeStatus new_status)