mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
ProgressDialog: added more info
This commit is contained in:
@@ -1370,7 +1370,12 @@ void MainWindow::updateMapCloud(
|
|||||||
{
|
{
|
||||||
UERROR("map id of node %d not found!", iter->first);
|
UERROR("map id of node %d not found!", iter->first);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if(verboseProgress)
|
||||||
|
{
|
||||||
|
_initProgressDialog->appendText(tr("Map update: %1 nodes shown of %2 (cloud filtering is on)").arg(poses.size()).arg(posesIn.size()));
|
||||||
|
QApplication::processEvents();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user