mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Updated reprocess
This commit is contained in:
@@ -292,7 +292,7 @@ int main(int argc, char * argv[])
|
|||||||
if(!odometryIgnored && !info.odomCovariance.empty() && info.odomCovariance.at<double>(0,0)>=9999)
|
if(!odometryIgnored && !info.odomCovariance.empty() && info.odomCovariance.at<double>(0,0)>=9999)
|
||||||
{
|
{
|
||||||
printf("High variance detected, triggering a new map...\n");
|
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);
|
printf("Total localizations on previous session = %d/%d\n", loopCount, totalFrames);
|
||||||
loopCount = 0;
|
loopCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user