mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Database: added "parameters" field in Statistics table. GUI: detecting if parameters in database are different from the Preferences, if so ask user to update them.
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
QString loadCustomConfig(const QString & section, const QString & key);
|
||||
|
||||
rtabmap::ParametersMap getAllParameters() const;
|
||||
void setParameter(const std::string & key, const std::string & value);
|
||||
|
||||
//General panel
|
||||
int getGeneralLoggerLevel() const;
|
||||
@@ -305,8 +306,6 @@ protected:
|
||||
virtual void showEvent ( QShowEvent * event );
|
||||
virtual void closeEvent(QCloseEvent *event);
|
||||
|
||||
void setParameter(const std::string & key, const std::string & value);
|
||||
|
||||
virtual QString getParamMessage();
|
||||
|
||||
virtual void readGuiSettings(const QString & filePath = QString());
|
||||
|
||||
Reference in New Issue
Block a user