Updated reprocess

This commit is contained in:
matlabbe
2018-10-30 10:40:35 -04:00
parent e57b722ce2
commit 69f3116158

View File

@@ -292,7 +292,7 @@ int main(int argc, char * argv[])
if(!odometryIgnored && !info.odomCovariance.empty() && info.odomCovariance.at<double>(0,0)>=9999)
{
printf("High variance detected, triggering a new map...\n");
if(!incrementalMemory)
if(!incrementalMemory && processed>0)
{
printf("Total localizations on previous session = %d/%d\n", loopCount, totalFrames);
loopCount = 0;