mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Tango: fixed database saved in memory option when disabled (now disabled by default)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user