GithubHelp home page GithubHelp logo

camera-to-arm-calibration's People

Contributors

mjsobrep avatar zacharytaylor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

camera-to-arm-calibration's Issues

a trivial bug

i think line 215 should be

 warning(['only %d checkerboards found.\n',...
        '10 images is the minimum number of boards recommended for an accurate calibration (though more is better, orignal calibration used 50+)\n',...
        'Check your images and keep in mind, lighting, occlusions and backgrounds with roughly checkered patterns'], sum(imagesUsed));

Non converging pixel error

Hello,
I used this algorithm to perform hand eye calibration with UR 16e robot and ZED usb camera. I collected over 100 images and recorded transformation matrix of robot base ot end effector using following function.
function t_matrix =TransformationMatrix(pose)
x = pose(1);y = pose(2);z = pose(3);roll = pose(4);pitch = pose(5);yaw = pose(6);
t_matrix = eye(4);
R_x = [1, 0,0; 0, cos(roll), -sin(roll);0 sin(roll), cos(roll)]
R_y = [cos(pitch), 0, sin(pitch);0,1,0; -sin(pitch),0,cos(pitch)]
R_z = [cos(yaw), -sin(yaw), 0; sin(yaw), cos(yaw), 0; 0 ,0, 1]
R_orientation = R_zR_y
R_orientation = R_orientation
R_x
t_matrix(1:3,1:3) = R_orientation;
t_matrix(1:3, 4) =[x, y, z]
end
However, I error could not converge to less than 50 pixels which is much for my application. Is anyone also in similar situation?
or has anyone successfully got nice result using different transformation matrix or so?

Best Regards

armMat.mat

How do we get this .mat file? Am I missing something? Rest everything runs just fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.