ForceFailureNode(const std::string &name)
bool StatusCompleted(const NodeStatus &status)
const std::string & name() const
Name of the instance, not the type.
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
void setRegistrationID(StringView ID)
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)