changed 2D ICP dropping 3DOF values comment log level

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1127 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-02-19 19:07:49 +00:00
parent b44e01a3bb
commit 931cc740c7

View File

@@ -1808,7 +1808,7 @@ Transform Memory::computeIcpTransform(const Signature & oldS, const Signature &
guess = util3d::transformFromEigen3f(pcl::getTransformation(x,y,0, 0, 0, yaw));
if(r!=0 || p!=0)
{
UWARN("2D ICP: Dropping z (%f), roll (%f) and pitch (%f) rotation!", z, r, p);
UINFO("2D ICP: Dropping z (%f), roll (%f) and pitch (%f) rotation!", z, r, p);
}
util3d::CompressionThread ctOld(oldS.getDepth2D(), false);