14 #ifndef DECORATORRETRYNODE_H 15 #define DECORATORRETRYNODE_H 37 virtual void halt()
override;
const std::string & name() const
RetryNode(const std::string &name, unsigned int NTries)
bool read_parameter_from_blackboard_
std::unordered_map< std::string, std::string > NodeParameters
static constexpr const char * NUM_ATTEMPTS
unsigned int max_attempts_
virtual void halt() override
The method used to interrupt the execution of a RUNNING node.
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
virtual ~RetryNode() override=default
static const NodeParameters & requiredNodeParameters()