mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added rtabmap::databaseRecovery() function, added rtabmap-recovery tool, added "Database recovery" menu action in DbViewer
This commit is contained in:
@@ -85,6 +85,8 @@ private slots:
|
||||
void restoreDefaultSettings();
|
||||
void configModified();
|
||||
void openDatabase();
|
||||
bool closeDatabase();
|
||||
void recoverDatabase();
|
||||
void updateStatistics();
|
||||
void editDepthImage();
|
||||
void generateGraph();
|
||||
|
||||
@@ -277,6 +277,7 @@ private:
|
||||
double _firstStamp;
|
||||
bool _processingStatistics;
|
||||
bool _processingDownloadedMap;
|
||||
bool _recovering;
|
||||
bool _odometryReceived;
|
||||
QString _newDatabasePath;
|
||||
QString _newDatabasePathOutput;
|
||||
|
||||
Reference in New Issue
Block a user