mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
DbViewer: improved opening time of large databases when info tab is not visible
This commit is contained in:
@@ -88,6 +88,7 @@ private Q_SLOTS:
|
||||
void openDatabase();
|
||||
bool closeDatabase();
|
||||
void recoverDatabase();
|
||||
void updateInfo();
|
||||
void updateStatistics();
|
||||
void selectObstacleColor();
|
||||
void selectGroundColor();
|
||||
@@ -235,6 +236,13 @@ private:
|
||||
bool firstCall_;
|
||||
QString iniFilePath_;
|
||||
|
||||
bool infoReducedGraph_;
|
||||
double infoTotalOdom_;
|
||||
double infoTotalTime_;
|
||||
int infoSessions_;
|
||||
int infoBadcountInLTM_;
|
||||
int infoBadCountInGraph_;
|
||||
|
||||
bool useLastOptimizedGraphAsGuess_;
|
||||
std::map<int, Transform> lastOptimizedGraph_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user