fixed a compilation warning

This commit is contained in:
matlabbe
2019-12-11 15:58:05 -05:00
parent 4479a6f7e8
commit 62a2af193c

View File

@@ -67,10 +67,10 @@ private:
int scanMaximumMapSize_;
float scanSubtractRadius_;
float scanSubtractAngle_;
float scanMapMaxRange_;
int bundleAdjustment_;
int bundleMaxFrames_;
float validDepthRatio_;
float scanMapMaxRange_;
int pointToPlaneK_;
float pointToPlaneRadius_;