| 172 | { |
| 173 | public: |
| 174 | explicit IsHealthOk(const std::string& name, const BT::NodeConfig& config) |
| 175 | : BT::ConditionNode(name, config) |
| 176 | {} |
| 177 | |
| 178 | ~IsHealthOk() override = default; |
| 179 | IsHealthOk(const IsHealthOk&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected