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

Method tick

sample_nodes/dummy_nodes.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46BT::NodeStatus ApproachObject::tick()
47{
48 std::cout << "ApproachObject: " << this->name() << std::endl;
49 return BT::NodeStatus::SUCCESS;
50}
51
52BT::NodeStatus SaySomething::tick()
53{

Callers

nothing calls this directly

Calls 3

RuntimeErrorClass · 0.85
nameMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected