Open capeie-dev opened 3 years ago
The methods implemented in ViSP necessitate rotational motions. In your case, you could estimate the rotational part of eMc by solving the sytem: eRc ^{cj}t{c_i} = ^{ej}t{e_i} but it will be impossible for you to estimate the translational part of eMc if you do not introduce any supplementary knowledge, such as the knowledge of the pose rMo between the reference frame of the robot and the calibration rig/object frame.
Thank you very much for the prompt reply!
I do have the pose of the robot (x,y,z) for every image of the chessboard, would that suffice?
To clarify the above equation would this be true? We must solve eRc * t_c = t_e. Where t_c is a transformation matrix from c_j to c_i and where t_e is a transformation matrix from e_j to e_i. Is this a correct assumption?
Yes
I am a bit new. How do I get the e_j to e_i transformation? And is this method assuming we are using Tsai's method for eye-in-hand calibration?
If wMe is the end-effector pose in the robot base frame, knowing 2 end-effector poses in the robot base frame wMe_i and wMe_j, you can compute the homogenous transformation between the corresponding end-effector positions: e_iMe_j.
I have a basic 3 axis gantry robot with No roll, pitch and yaw, only x,y,z movement. When I try to calibrate with the calibration tutorial(https://visp-doc.inria.fr/doxygen/visp-3.3.0/tutorial-calibration-extrinsic.html), I get the following errors.