Tango: fixed database saved in memory option when disabled (now disabled by default)

This commit is contained in:
matlabbe
2017-10-08 21:55:27 -04:00
parent 9a09db9212
commit 49f9a1e8d7
20 changed files with 158 additions and 80 deletions

View File

@@ -228,9 +228,10 @@ class RTABMapApp : public UEventsHandler {
int lastDrawnCloudsCount_;
float renderingTime_;
double lastPostRenderEventTime_;
long processMemoryUsedBytes;
long processGPUMemoryUsedBytes;
long processMemoryUsedBytes_;
long processGPUMemoryUsedBytes_;
std::map<std::string, float> bufferedStatsData_;
bool databaseInMemory_;
bool visualizingMesh_;
bool exportedMeshUpdated_;