| 47 | { |
| 48 | public: |
| 49 | SaySomething(const std::string& name, const BT::NodeConfig& config) |
| 50 | : BT::SyncActionNode(name, config) |
| 51 | {} |
| 52 | |
| 53 | // You must override the virtual function tick() |
| 54 | NodeStatus tick() override; |
nothing calls this directly
no outgoing calls
no test coverage detected