mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Removed DisableReactivation parameter (indirectly included by the RetrievalThr when = to 1)
Some default parameters' values modified for robot learning git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@316 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
|
||||
//specific
|
||||
double getLoopThr() const;
|
||||
double getReacThr() const;
|
||||
double getRetrievalThr() const;
|
||||
double getVpThr() const;
|
||||
double getExpThr() const;
|
||||
|
||||
@@ -134,7 +134,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
void setHardThr(int value);
|
||||
void setReactivationThr(int value);
|
||||
void setRetrievalThr(int value);
|
||||
void setImgRate(double value);
|
||||
void setAutoRestart(bool value);
|
||||
void setTimeLimit(double value);
|
||||
|
||||
Reference in New Issue
Block a user