Updated default x-axis units of the figures with time stamps instead of IDs (#48).

This commit is contained in:
matlabbe
2016-07-17 19:58:32 -04:00
parent 705f4337e4
commit 711ff2692c
9 changed files with 131 additions and 77 deletions

View File

@@ -272,6 +272,7 @@ private:
QSet<int> _lastIds;
int _lastId;
double _firstStamp;
bool _processingStatistics;
bool _processingDownloadedMap;
bool _odometryReceived;

View File

@@ -142,6 +142,7 @@ public:
bool imageRejectedShown() const;
bool imageHighestHypShown() const;
bool beepOnPause() const;
bool isTimeUsedInFigures() const;
bool notifyWhenNewGlobalPathIsReceived() const;
int getOdomQualityWarnThr() const;
bool isPosteriorGraphView() const;