mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
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:
@@ -1808,7 +1808,7 @@ Transform Memory::computeIcpTransform(const Signature & oldS, const Signature &
|
|||||||
guess = util3d::transformFromEigen3f(pcl::getTransformation(x,y,0, 0, 0, yaw));
|
guess = util3d::transformFromEigen3f(pcl::getTransformation(x,y,0, 0, 0, yaw));
|
||||||
if(r!=0 || p!=0)
|
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);
|
util3d::CompressionThread ctOld(oldS.getDepth2D(), false);
|
||||||
|
|||||||
Reference in New Issue
Block a user