virtual BT::NodeStatus executeTick()
The method that should be used to invoke tick() and setStatus();.
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
The ForceFailureNode returns always FAILURE or RUNNING.
void setStatus(NodeStatus new_status)
setStatus changes the status of the node. it will throw if you try to change the status to IDLE,...
void setRegistrationID(StringView ID)
const std::string & name() const
Name of the instance, not the type.
bool isStatusCompleted(const NodeStatus &status)
ForceFailureNode(const std::string &name)