Skip to content

Commit 21d5dc0

Browse files
committed
[iKin] updated HN of iCubEye 2.10
1 parent 0e64379 commit 21d5dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/iKin/src/iKinFwd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,12 +2667,12 @@ void iCubEye::allocate(const string &_type)
26672667
HN(2, 3)=-0.01;
26682668
setHN(HN);
26692669
}
2670-
// Basler 4k cameras image plane
2670+
// 4k cameras image plane
26712671
else if ((version==iKinLimbVersion("2.10")) ||
26722672
(version==iKinLimbVersion("3.1")))
26732673
{
26742674
Matrix HN=yarp::math::eye(4, 4);
2675-
HN(2, 3)=-5.4e-3;
2675+
HN(2, 3)=-12.63e-3;
26762676
setHN(HN);
26772677
}
26782678

0 commit comments

Comments
 (0)