| 503 | { |
| 504 | public: |
| 505 | ActionIssue1046(const std::string& name, const BT::NodeConfig& config) |
| 506 | : BT::SyncActionNode(name, config) |
| 507 | {} |
| 508 | |
| 509 | BT::NodeStatus tick() override |
| 510 | { |
nothing calls this directly
no outgoing calls
no test coverage detected