mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
GUI: update logger filter ids after starting the camera. Update default value of parameters "Odom/ScanKeyFrameThr=0.9" and "Icp/PointToPlaneMinComplexity=0.02"
This commit is contained in:
@@ -7108,6 +7108,7 @@ void MainWindow::changeState(MainWindow::State newState)
|
||||
if(_camera)
|
||||
{
|
||||
_camera->start();
|
||||
ULogger::setTreadIdFilter(_preferencesDialog->getGeneralLoggerThreads());
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -7139,6 +7140,7 @@ void MainWindow::changeState(MainWindow::State newState)
|
||||
if(_camera)
|
||||
{
|
||||
_camera->start();
|
||||
ULogger::setTreadIdFilter(_preferencesDialog->getGeneralLoggerThreads());
|
||||
}
|
||||
}
|
||||
else if(_state == kDetecting)
|
||||
|
||||
Reference in New Issue
Block a user