mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed parameter LccIcp/Type description
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1120 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -237,7 +237,7 @@ class RTABMAP_EXP Parameters
|
||||
RTABMAP_PARAM(OdomICP, MaxFitness, float, 0.01, "");
|
||||
|
||||
// Loop closure constraint
|
||||
RTABMAP_PARAM(LccIcp, Type, int, 0, "0=No ICP, 0=ICP 3D, 1=ICP 2D");
|
||||
RTABMAP_PARAM(LccIcp, Type, int, 0, "0=No ICP, 1=ICP 3D, 2=ICP 2D");
|
||||
|
||||
RTABMAP_PARAM(LccBow, MinInliers, int, 20, "Minimum visual word correspondences to compute geometry transform.");
|
||||
RTABMAP_PARAM(LccBow, InlierDistance, float, 0.01, "Maximum distance for visual word correspondences.");
|
||||
|
||||
Reference in New Issue
Block a user