Okvis: removed some compilation warnings when not built with okvis

This commit is contained in:
matlabbe
2018-03-23 14:54:49 -04:00
parent 4f6ab68318
commit 9cfdc00d64
2 changed files with 3 additions and 3 deletions

View File

@@ -52,8 +52,10 @@ private:
private:
std::string configFilename_;
#ifdef RTABMAP_OKVIS
OkvisCallbackHandler * okvisCallbackHandler_;
okvis::ThreadedKFVio * okvisEstimator_;
#endif
ParametersMap okvisParameters_;
IMU lastImu_; // only used for initialization
int imagesProcessed_;