MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / GetCameraModel

Method GetCameraModel

src/sensor/camera_data_loader.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79CameraModelType CameraDataLoader::GetCameraModel() const { return _model; }
80
81void CameraDataLoader::RefineImgMsgWrongEncoding(const sensor_msgs::Image::Ptr &msg) {
82 if (msg->encoding == sensor_msgs::image_encodings::TYPE_8UC1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected