#include "behaviortree_cpp/decorator_node.h"
#include "behaviortree_cpp/utils/timer_queue.h"
#include <atomic>
Go to the source code of this file.
Classes | |
class | BT::TimeoutNode |
The TimeoutNode will halt() a running child if the latter has been RUNNING longer than a given time. The timeout is in milliseconds and it is passed using the port "msec". More... | |
Namespaces | |
BT | |