mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
removed a debug log
This commit is contained in:
@@ -444,7 +444,6 @@ Transform RegistrationIcp::computeTransformationImpl(
|
||||
|
||||
double fromComplexity = util3d::computeNormalsComplexity(fromScan);
|
||||
double toComplexity = util3d::computeNormalsComplexity(toScan);
|
||||
UWARN("%d->%d %f %f", fromSignature.id(), toSignature.id(), fromComplexity, toComplexity);
|
||||
float complexity = fromComplexity<toComplexity?fromComplexity:toComplexity;
|
||||
info.icpStructuralComplexity = complexity;
|
||||
if(complexity < _pointToPlaneMinComplexity)
|
||||
|
||||
Reference in New Issue
Block a user