mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
L515 refactoring (realsense v2.41.0, firmware 1.5.3): added IR-only mode support, fixed support with latest firmware, T265+L515 working, related to #574 #614 #629. MainWindow: Selecting RealSense2, ZED sdk, K4A, Mynteye drivers automatically enable gravity optimization (with IMU filtering).
This commit is contained in:
@@ -175,6 +175,7 @@ protected Q_SLOTS:
|
||||
void selectK4A();
|
||||
void selectRealSense();
|
||||
void selectRealSense2();
|
||||
void selectRealSense2L515();
|
||||
void selectRealSense2Stereo();
|
||||
void selectStereoDC1394();
|
||||
void selectStereoFlyCapture2();
|
||||
|
||||
@@ -308,7 +308,7 @@ public Q_SLOTS:
|
||||
void setDetectionRate(double value);
|
||||
void setTimeLimit(float value);
|
||||
void setSLAMMode(bool enabled);
|
||||
void selectSourceDriver(Src src);
|
||||
void selectSourceDriver(Src src, int variant = 0);
|
||||
void calibrate();
|
||||
void calibrateSimple();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user