36 return {InputPort<unsigned>(
"delay_msec",
"Tick the child after a few milliseconds")};
bool read_parameter_from_ports_
DelayNode(const std::string &name, unsigned milliseconds)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
const NodeConfiguration & config() const
void halt() override
The method used to interrupt the execution of this node.
static PortsList providedPorts()
static pthread_mutex_t mutex
virtual void halt() override
The method used to interrupt the execution of this node.
const std::string & name() const
Name of the instance, not the type.
size_t cancelAll()
Cancels all timers.
std::unordered_map< std::string, PortInfo > PortsList
The delay node will introduce a delay and then tick the child returning the status of the child as it...