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

Method CoroTestNode

tests/gtest_preconditions.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287{
288public:
289 CoroTestNode(const std::string& node_name, const BT::NodeConfig& config)
290 : BT::CoroActionNode(node_name, config)
291 {}
292
293 virtual BT::NodeStatus tick() override
294 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected