mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Rtabmap: avoid optimizing for only gravity if odometry is already aligned with gravity
This commit is contained in:
@@ -218,6 +218,7 @@ public:
|
||||
const Feature2D * getFeature2D() const {return _feature2D;}
|
||||
bool isGraphReduced() const {return _reduceGraph;}
|
||||
const std::vector<double> & getOdomMaxInf() const {return _odomMaxInf;}
|
||||
bool isOdomGravityUsed() const {return _useOdometryGravity;}
|
||||
|
||||
void dumpMemoryTree(const char * fileNameTree) const;
|
||||
virtual void dumpMemory(std::string directory) const;
|
||||
|
||||
Reference in New Issue
Block a user