mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
modified default source rate to 10Hz, added for Reset settings too, missing in r1326
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1356 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -751,7 +751,7 @@ void PreferencesDialog::resetSettings(QGroupBox * groupBox)
|
|||||||
}
|
}
|
||||||
else if(groupBox->objectName() == _ui->groupBox_source0->objectName())
|
else if(groupBox->objectName() == _ui->groupBox_source0->objectName())
|
||||||
{
|
{
|
||||||
_ui->general_doubleSpinBox_imgRate->setValue(0.0);
|
_ui->general_doubleSpinBox_imgRate->setValue(10.0);
|
||||||
|
|
||||||
_ui->groupBox_sourceImage->setChecked(false);
|
_ui->groupBox_sourceImage->setChecked(false);
|
||||||
_ui->source_spinBox_imgWidth->setValue(0);
|
_ui->source_spinBox_imgWidth->setValue(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user