mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
MainWindow: Re-added rotation of the map on the graph view based on gps, if used and if priors are ignored by optimizer
This commit is contained in:
@@ -5422,6 +5422,10 @@ int PreferencesDialog::getKpMaxFeatures() const
|
||||
{
|
||||
return _ui->surf_spinBox_wordsPerImageTarget->value();
|
||||
}
|
||||
bool PreferencesDialog::isPriorIgnored() const
|
||||
{
|
||||
return _ui->graphOptimization_priorsIgnored->isChecked();
|
||||
}
|
||||
|
||||
/*** SETTERS ***/
|
||||
void PreferencesDialog::setInputRate(double value)
|
||||
|
||||
Reference in New Issue
Block a user