| 89 | }; |
| 90 | |
| 91 | class DepthSensorImageCompLoader : public DepthDataLoader { |
| 92 | public: |
| 93 | using Ptr = std::shared_ptr<DepthSensorImageCompLoader>; |
| 94 | |
| 95 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected