mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Source images: fixed starting position to 1 (not 0) when selecting a folder, removed all asserts on valid caemra model in SensorData
This commit is contained in:
@@ -2233,7 +2233,7 @@ void PreferencesDialog::selectSourceImagesPath()
|
||||
if(!path.isEmpty())
|
||||
{
|
||||
_ui->source_images_lineEdit_path->setText(path);
|
||||
_ui->source_images_spinBox_startPos->setValue(0);
|
||||
_ui->source_images_spinBox_startPos->setValue(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user