mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
ExportCloudsDialog: voxel size is now to 0.02 by default to limit the size of generated cloud (using too much RAM may result in a crash)
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.0);
|
||||
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.02);
|
||||
_ui->comboBox_frame->setCurrentIndex(0);
|
||||
|
||||
_ui->checkBox_subtraction->setChecked(false);
|
||||
|
||||
Reference in New Issue
Block a user