mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-09 04:50:20 +08:00
fixed #123
This commit is contained in:
@@ -2562,7 +2562,10 @@ bool Rtabmap::process(
|
||||
}
|
||||
|
||||
//Save statistics to database
|
||||
_memory->saveStatistics(statistics_);
|
||||
if(_memory->isIncremental())
|
||||
{
|
||||
_memory->saveStatistics(statistics_);
|
||||
}
|
||||
|
||||
//Start trashing
|
||||
UDEBUG("Empty trash...");
|
||||
|
||||
Reference in New Issue
Block a user