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

Method SetTask

examples/ex03_sqlite_log.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24public:
25 SetTask(const std::string& name, const BT::NodeConfig& config)
26 : BT::SyncActionNode(name, config)
27 {}
28
29 BT::NodeStatus tick() override
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected