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

Method tick

tests/gtest_enums.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 {}
38
39 NodeStatus tick() override
40 {
41 getInput("color", color);
42 std::cout << "Node: " << name() << " has color : " << ToStr(color) << std::endl;
43 return NodeStatus::SUCCESS;
44 }
45
46 static PortsList providedPorts()
47 {

Callers

nothing calls this directly

Calls 1

ToStrFunction · 0.85

Tested by

no test coverage detected