75 throw LogicError(
"A child node must never return IDLE");
const std::string & name() const
Name of the instance, not the type.
const NodeConfiguration & config() const
virtual void halt() override
The method used to interrupt the execution of this node.
static constexpr const char * NUM_CYCLES
virtual NodeStatus tick() override
Method to be implemented by the user.
RepeatNode(const std::string &name, int NTries)
Result getInput(const std::string &key, T &destination) const
void halt() override
The method used to interrupt the execution of this node.
void setRegistrationID(StringView ID)
bool read_parameter_from_ports_
virtual BT::NodeStatus executeTick()
The method that should be used to invoke tick() and setStatus();.
void setStatus(NodeStatus new_status)