Added D415 icon

This commit is contained in:
matlabbe
2018-09-15 11:37:02 -04:00
parent 5f6dd0846d
commit 0cf37fbbf1
7 changed files with 39 additions and 115 deletions

View File

@@ -55,12 +55,12 @@ private:
#ifdef RTABMAP_OKVIS
OkvisCallbackHandler * okvisCallbackHandler_;
okvis::ThreadedKFVio * okvisEstimator_;
int imagesProcessed_;
bool initGravity_;
#endif
ParametersMap okvisParameters_;
IMU lastImu_; // only used for initialization
int imagesProcessed_;
Transform previousPose_;
bool initGravity_;
};
}