mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Export: set 0 voxel size by default
This commit is contained in:
@@ -255,7 +255,7 @@ void ExportCloudsDialog::restoreDefaults()
|
||||
_ui->spinBox_filteringMinNeighbors->setValue(2);
|
||||
|
||||
_ui->checkBox_assemble->setChecked(true);
|
||||
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.01);
|
||||
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.0);
|
||||
|
||||
_ui->groupBox_subtraction->setChecked(false);
|
||||
_ui->doubleSpinBox_subtractPointFilteringRadius->setValue(0.02);
|
||||
|
||||
Reference in New Issue
Block a user