mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added PnP Pose estimation based Odometry option. Added sensor icons in menu.
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
int getAlpha() const {return _alpha;}
|
||||
bool isGraphicsViewMode() const;
|
||||
bool isGraphicsViewScaled() const;
|
||||
const QColor & getBackgroundColor() const;
|
||||
|
||||
float viewScale() const;
|
||||
|
||||
|
||||
@@ -287,6 +287,7 @@ private:
|
||||
Transform _odometryCorrection;
|
||||
Transform _lastOdomPose;
|
||||
bool _processingOdometry;
|
||||
double _lastOdomInfoUpdateTime;
|
||||
|
||||
QTimer * _oneSecondTimer;
|
||||
QTime * _elapsedTime;
|
||||
|
||||
Reference in New Issue
Block a user