mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
disabled label realsense odometry when not built with realsense slam
This commit is contained in:
@@ -157,6 +157,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
|
||||
#ifndef RTABMAP_REALSENSE_SLAM
|
||||
_ui->checkbox_realsenseOdom->setChecked(false);
|
||||
_ui->checkbox_realsenseOdom->setEnabled(false);
|
||||
_ui->label_realsenseOdom->setEnabled(false);
|
||||
#endif
|
||||
|
||||
#ifndef RTABMAP_NONFREE
|
||||
|
||||
Reference in New Issue
Block a user