mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added librealsense support #100
This commit is contained in:
@@ -150,6 +150,7 @@ private slots:
|
||||
void selectOpenniCvAsus();
|
||||
void selectOpenni2();
|
||||
void selectFreenect2();
|
||||
void selectRealSense();
|
||||
void selectStereoDC1394();
|
||||
void selectStereoFlyCapture2();
|
||||
void selectStereoZed();
|
||||
|
||||
@@ -89,7 +89,8 @@ public:
|
||||
kSrcOpenNI_CV_ASUS = 3,
|
||||
kSrcOpenNI2 = 4,
|
||||
kSrcFreenect2 = 5,
|
||||
kSrcRGBDImages = 6,
|
||||
kSrcRealSense = 6,
|
||||
kSrcRGBDImages = 7,
|
||||
|
||||
kSrcStereo = 100,
|
||||
kSrcDC1394 = 100,
|
||||
|
||||
Reference in New Issue
Block a user