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