28 #ifndef RTABMAP_EXPORTBUNDLERDIALOG_H_ 29 #define RTABMAP_EXPORTBUNDLERDIALOG_H_ 36 class Ui_ExportBundlerDialog;
49 void saveSettings(QSettings & settings,
const QString & group =
"")
const;
50 void loadSettings(QSettings & settings,
const QString & group =
"");
52 void setWorkingDirectory(
const QString & path);
54 QString outputPath()
const;
56 double maxLinearSpeed()
const;
57 double maxAngularSpeed()
const;
58 double laplacianThreshold()
const;
65 void restoreDefaults();
68 Ui_ExportBundlerDialog *
_ui;
ROSLIB_DECL std::string getPath(const std::string &package_name)
Ui_ExportBundlerDialog * _ui