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

Class DepthSensorImageCompLoader

include/sensor/depth_data_loader.h:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91class DepthSensorImageCompLoader : public DepthDataLoader {
92public:
93 using Ptr = std::shared_ptr<DepthSensorImageCompLoader>;
94
95public:
96 explicit DepthSensorImageCompLoader(CameraModelType model, bool isInverse);
97
98 static DepthSensorImageCompLoader::Ptr Create(CameraModelType model, bool isInverse);
99
100 DepthFrame::Ptr UnpackFrame(const rosbag::MessageInstance &msgInstance) override;
101};
102
103} // namespace ns_ikalibr
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected