mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Rtabmap::addLink() supporting localization mode. MainWindow: fixed flickering camera frustum.
This commit is contained in:
@@ -313,6 +313,7 @@ private:
|
||||
bool _currentSessionHasGPS;
|
||||
std::map<int, Transform> _odomCachePoses; // used in localization mode to reject loop closures
|
||||
std::multimap<int, Link> _odomCacheConstraints; // used in localization mode to reject loop closures
|
||||
std::map<int, Transform> _odomCacheAddLink; // used in localization mode when adding external link
|
||||
|
||||
// Planning stuff
|
||||
int _pathStatus;
|
||||
|
||||
Reference in New Issue
Block a user