| 287 | { |
| 288 | public: |
| 289 | CoroTestNode(const std::string& node_name, const BT::NodeConfig& config) |
| 290 | : BT::CoroActionNode(node_name, config) |
| 291 | {} |
| 292 | |
| 293 | virtual BT::NodeStatus tick() override |
| 294 | { |
nothing calls this directly
no outgoing calls
no test coverage detected