MainWindow monitoring mode: Fixed createAndAddCloudToMap() errors when processStatistics() and processRtabmapEvent3DMap() are called at the same time

This commit is contained in:
matlabbe
2015-08-04 13:33:01 -04:00
parent bcac262234
commit e7e55cf904
2 changed files with 11 additions and 3 deletions

View File

@@ -263,6 +263,7 @@ private:
QSet<int> _lastIds;
int _lastId;
bool _processingStatistics;
bool _processingDownloadedMap;
bool _odometryReceived;
QString _newDatabasePath;
QString _newDatabasePathOutput;