Added PnP Pose estimation based Odometry option. Added sensor icons in menu.

This commit is contained in:
Mathieu Labbe
2015-03-31 15:45:38 -04:00
parent 7e216bf842
commit 6089a44589
19 changed files with 1088 additions and 453 deletions

View File

@@ -62,6 +62,7 @@ public:
int getAlpha() const {return _alpha;}
bool isGraphicsViewMode() const;
bool isGraphicsViewScaled() const;
const QColor & getBackgroundColor() const;
float viewScale() const;

View File

@@ -287,6 +287,7 @@ private:
Transform _odometryCorrection;
Transform _lastOdomPose;
bool _processingOdometry;
double _lastOdomInfoUpdateTime;
QTimer * _oneSecondTimer;
QTime * _elapsedTime;