mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
BayesFilter: improved performance when prediction didn't change or only a new id is appended to prediction. Memory: fixed seg fault when using local bundle adjustment on loop closure and memory management is enabled.
This commit is contained in:
@@ -76,6 +76,7 @@ private:
|
||||
std::vector<double> _predictionLC; // {Vp, Lc, l1, l2, l3, l4...}
|
||||
bool _fullPredictionUpdate;
|
||||
float _totalPredictionLCValues;
|
||||
float _predictionEpsilon;
|
||||
std::map<int, std::map<int, int> > _neighborsIndex;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user