We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e64379 commit 21d5dc0Copy full SHA for 21d5dc0
src/libraries/iKin/src/iKinFwd.cpp
@@ -2667,12 +2667,12 @@ void iCubEye::allocate(const string &_type)
2667
HN(2, 3)=-0.01;
2668
setHN(HN);
2669
}
2670
- // Basler 4k cameras image plane
+ // 4k cameras image plane
2671
else if ((version==iKinLimbVersion("2.10")) ||
2672
(version==iKinLimbVersion("3.1")))
2673
{
2674
Matrix HN=yarp::math::eye(4, 4);
2675
- HN(2, 3)=-5.4e-3;
+ HN(2, 3)=-12.63e-3;
2676
2677
2678
0 commit comments