ZED driver: added option to use visual odometry approach from zed sdk. RtabmapThread: fixed thread state change on new map trigger on Odometry init (variance=9999). Odometry: on init, verify that the first frame is ok before sending first pose. Parameters: Mem/SaveDepth16Format is now false by default

This commit is contained in:
matlabbe
2016-06-24 18:49:34 -04:00
parent af6e17fce8
commit e90c97f8a4
14 changed files with 336 additions and 176 deletions

View File

@@ -224,6 +224,7 @@ public:
float getTimeLimit() const;
float getDetectionRate() const;
bool isSLAMMode() const;
bool isRGBDMode() const;
//specific
bool isStatisticsPublished() const;
@@ -270,6 +271,7 @@ private slots:
void updatePredictionPlot();
void updateKpROI();
void updateG2oVisibility();
void updateStereoDisparityVisibility();
void useOdomFeatures();
void changeWorkingDirectory();
void changeDictionaryPath();