mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Version 0.8.9: added FlyCapture2 driver for bumblebee2 (tested only on Windows)
This commit is contained in:
@@ -150,6 +150,7 @@ private slots:
|
||||
void selectOpenni2();
|
||||
void selectFreenect2();
|
||||
void selectStereoDC1394();
|
||||
void selectStereoFlyCapture2();
|
||||
void dumpTheMemory();
|
||||
void dumpThePrediction();
|
||||
void downloadAllClouds();
|
||||
|
||||
@@ -89,7 +89,8 @@ public:
|
||||
kSrcOpenNI_CV_ASUS,
|
||||
kSrcOpenNI2,
|
||||
kSrcFreenect2,
|
||||
kSrcStereoDC1394
|
||||
kSrcStereoDC1394,
|
||||
kSrcStereoFlyCapture2
|
||||
};
|
||||
|
||||
public:
|
||||
@@ -242,7 +243,7 @@ private slots:
|
||||
void setupTreeView();
|
||||
void updateBasicParameter();
|
||||
void openDatabaseViewer();
|
||||
void showOpenNI2GroupBox(bool);
|
||||
void updateOpenNI2GroupBoxVisibility();
|
||||
void testOdometry();
|
||||
void testRGBDCamera();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user