| 77 | } |
| 78 | |
| 79 | CameraModelType CameraDataLoader::GetCameraModel() const { return _model; } |
| 80 | |
| 81 | void CameraDataLoader::RefineImgMsgWrongEncoding(const sensor_msgs::Image::Ptr &msg) { |
| 82 | if (msg->encoding == sensor_msgs::image_encodings::TYPE_8UC1) { |
nothing calls this directly
no outgoing calls
no test coverage detected