mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-10 05:20:19 +08:00
CloudViewer: using QWidget::update() call instead of render directly the window
This commit is contained in:
@@ -129,7 +129,7 @@ private slots:
|
||||
cloudViewer_->updateCameraTargetPosition(data.pose());
|
||||
}
|
||||
}
|
||||
cloudViewer_->render();
|
||||
cloudViewer_->update();
|
||||
|
||||
_lastOdometryProcessed = true;
|
||||
}
|
||||
@@ -193,7 +193,7 @@ private slots:
|
||||
}
|
||||
}
|
||||
|
||||
cloudViewer_->render();
|
||||
cloudViewer_->update();
|
||||
|
||||
_processingStatistics = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user