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

Method ThinkWhatToSay

examples/t02_basic_ports.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47public:
48 ThinkWhatToSay(const std::string& name, const BT::NodeConfig& config)
49 : BT::SyncActionNode(name, config)
50 {}
51
52 // This Action simply write a value in the port "text"
53 BT::NodeStatus tick() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected