MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SleepNode

Method SleepNode

src/actions/sleep_node.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6SleepNode::SleepNode(const std::string& name, const NodeConfig& config)
7 : StatefulActionNode(name, config), timer_waiting_(false)
8{}
9
10NodeStatus SleepNode::onStart()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected