mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Docker: added android/install_deps_host.bash. ExportClouds: default voxel size 0.02->0.01
This commit is contained in:
@@ -510,7 +510,7 @@ void ExportCloudsDialog::restoreDefaults()
|
||||
_ui->spinBox_filteringMinNeighbors->setValue(2);
|
||||
|
||||
_ui->checkBox_assemble->setChecked(true);
|
||||
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.02);
|
||||
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.01);
|
||||
_ui->comboBox_frame->setCurrentIndex(0);
|
||||
|
||||
_ui->checkBox_subtraction->setChecked(false);
|
||||
|
||||
Reference in New Issue
Block a user