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

Function CheckTemperature

sample_nodes/dummy_nodes.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20BT::NodeStatus CheckTemperature()
21{
22 std::cout << "[ Temperature: OK ]" << std::endl;
23 return BT::NodeStatus::SUCCESS;
24}
25
26BT::NodeStatus SayHello()
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected