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

Function SayHello

sample_nodes/dummy_nodes.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26BT::NodeStatus SayHello()
27{
28 std::cout << "Robot says: Hello World" << std::endl;
29 return BT::NodeStatus::SUCCESS;
30}
31
32BT::NodeStatus GripperInterface::open()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected