mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
fixed statsProcessed() not emitted at the right place
This commit is contained in:
@@ -1951,6 +1951,8 @@ void MainWindow::processStats(const rtabmap::Statistics & stat)
|
||||
}
|
||||
|
||||
_processingStatistics = false;
|
||||
|
||||
emit(statsProcessed());
|
||||
}
|
||||
|
||||
void MainWindow::updateMapCloud(
|
||||
@@ -6877,8 +6879,6 @@ void MainWindow::exportBundlerFormat()
|
||||
{
|
||||
QMessageBox::warning(this, tr("Exporting cameras..."), tr("No poses exported because of missing images. Try refreshing the cache (with clouds)."));
|
||||
}
|
||||
|
||||
emit(statsProcessed());
|
||||
}
|
||||
|
||||
void MainWindow::resetOdometry()
|
||||
|
||||
Reference in New Issue
Block a user