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

Method DepthDataLoader

src/sensor/depth_data_loader.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45namespace ns_ikalibr {
46
47DepthDataLoader::DepthDataLoader(CameraModelType model, bool isInverse)
48 : _model(model),
49 _isInverse(isInverse) {}
50
51DepthDataLoader::Ptr DepthDataLoader::GetLoader(const std::string &modelStr, bool isInverse) {
52 // try extract radar model

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected