mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added T265 support (stereo-only yet)
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
// parameters are set during initialization
|
||||
void setEmitterEnabled(bool enabled);
|
||||
void setIRDepthFormat(bool enabled);
|
||||
void setImagesRectified(bool enabled);
|
||||
|
||||
protected:
|
||||
virtual SensorData captureImage(CameraInfo * info = 0);
|
||||
@@ -86,9 +87,11 @@ private:
|
||||
cv::Mat depthBuffer_;
|
||||
cv::Mat rgbBuffer_;
|
||||
CameraModel model_;
|
||||
StereoCameraModel stereoModel_;
|
||||
|
||||
bool emitterEnabled_;
|
||||
bool irDepth_;
|
||||
bool rectifyImages_;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user