mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
fixed build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user