mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added script to reproduce results from loop closure detection paper. Added option to show Recall at 100% precision directly from rtabmap-console. Fixed retrieval not working on loop closure detection mode-only. Fixed showLogs.m error with Octave.
This commit is contained in:
@@ -151,6 +151,8 @@ public:
|
||||
|
||||
float getTimeThreshold() const {return _maxTimeAllowed;} // in ms
|
||||
void setTimeThreshold(float maxTimeAllowed); // in ms
|
||||
int getMemoryThreshold() const {return _maxMemoryAllowed;} // in nodes
|
||||
void setMemoryThreshold(int maxMemoryAllowed); // in nodes
|
||||
|
||||
void setInitialPose(const Transform & initialPose);
|
||||
int triggerNewMap();
|
||||
|
||||
Reference in New Issue
Block a user