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

Method SleepNode

sample_nodes/dummy_nodes.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68{
69public:
70 SleepNode(const std::string& name, const BT::NodeConfig& config)
71 : BT::StatefulActionNode(name, config)
72 {}
73
74 static BT::PortsList providedPorts()
75 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected