Skip to content

Commit

Permalink
[iKin] updated HN of iCubEye 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Nov 13, 2024
1 parent 0e64379 commit 21d5dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/iKin/src/iKinFwd.cpp
Original file line number Diff line number Diff line change
@@ -2667,12 +2667,12 @@ void iCubEye::allocate(const string &_type)
HN(2, 3)=-0.01;
setHN(HN);
}
// Basler 4k cameras image plane
// 4k cameras image plane
else if ((version==iKinLimbVersion("2.10")) ||
(version==iKinLimbVersion("3.1")))
{
Matrix HN=yarp::math::eye(4, 4);
HN(2, 3)=-5.4e-3;
HN(2, 3)=-12.63e-3;
setHN(HN);
}

0 comments on commit 21d5dc0

Please sign in to comment.