mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Local space selection: compare maxDiff with margins to current node instead of ids
This commit is contained in:
@@ -186,8 +186,6 @@ private:
|
||||
std::pair<int, float> _loopClosureHypothesis;
|
||||
std::pair<int, float> _highestHypothesis;
|
||||
double _lastProcessTime;
|
||||
int _lastLocalLoopClosureParentId;
|
||||
int _lastLocalLoopClosureChildId;
|
||||
|
||||
// Abstract classes containing all loop closure
|
||||
// strategies for a type of signature or configuration.
|
||||
|
||||
@@ -67,9 +67,6 @@ class RTABMAP_EXP Statistics
|
||||
RTABMAP_STATS(LocalLoop, Space_closure_id,);
|
||||
RTABMAP_STATS(LocalLoop, Space_nearest_id,);
|
||||
RTABMAP_STATS(LocalLoop, Space_neighbors,);
|
||||
RTABMAP_STATS(LocalLoop, Space_diff_id,);
|
||||
RTABMAP_STATS(LocalLoop, Space_last_parent,);
|
||||
RTABMAP_STATS(LocalLoop, Space_last_child,);
|
||||
|
||||
RTABMAP_STATS(Memory, Working_memory_size,);
|
||||
RTABMAP_STATS(Memory, Short_time_memory_size,);
|
||||
|
||||
Reference in New Issue
Block a user