virtual BT::NodeStatus executeTick()
The method that should be used to invoke tick() and setStatus();.
ForceSuccessNode(const std::string &name)
The ForceSuccessNode returns always SUCCESS 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)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.