Added rtabmap::databaseRecovery() function, added rtabmap-recovery tool, added "Database recovery" menu action in DbViewer

This commit is contained in:
matlabbe
2017-10-11 19:36:00 -04:00
parent ab0aad87ec
commit d4248385f0
17 changed files with 848 additions and 97 deletions

View File

@@ -81,6 +81,7 @@ void StatItem::clearCache()
{
_x.clear();
_y.clear();
_value->clear();
}
void StatItem::addValue(float y)