fixed build

This commit is contained in:
matlabbe
2020-11-28 17:36:42 -05:00
parent d733029565
commit 721e046f5d

View File

@@ -74,13 +74,13 @@ public:
RTABMAP_DEPRECATED(void setScanParameters( RTABMAP_DEPRECATED(void setScanParameters(
bool fromDepth, bool fromDepth,
int downsampleStep=1, // decimation of the depth image in case the scan is from depth image int downsampleStep, // decimation of the depth image in case the scan is from depth image
float rangeMin=0.0f, float rangeMin,
float rangeMax=0.0f, float rangeMax,
float voxelSize = 0.0f, float voxelSize,
int normalsK = 0, int normalsK,
int normalsRadius = 0.0f, int normalsRadius,
bool forceGroundNormalsUp = false) , "Use new version of this function with groundNormalsUp=0.8 for forceGroundNormalsUp=True and groundNormalsUp=0.0 for forceGroundNormalsUp=False."); bool forceGroundNormalsUp) , "Use new version of this function with groundNormalsUp=0.8 for forceGroundNormalsUp=True and groundNormalsUp=0.0 for forceGroundNormalsUp=False.");
void setScanParameters( void setScanParameters(
bool fromDepth, bool fromDepth,
int downsampleStep=1, // decimation of the depth image in case the scan is from depth image int downsampleStep=1, // decimation of the depth image in case the scan is from depth image