The default constructor.
| 50 | |
| 51 | // The default constructor. |
| 52 | RosParametersReader::RosParametersReader() : VioParametersReader() {} |
| 53 | |
| 54 | // The constructor. This calls readConfigFile(). |
| 55 | RosParametersReader::RosParametersReader(const std::string& filename) { |
nothing calls this directly
no outgoing calls
no test coverage detected