jhu-lcsr / handeye_calib_camodocal

Easy to use and accurate hand eye calibration which has been working reliably for years (2016-present) with kinect, kinectv2, rgbd cameras, optical trackers, and several robots including the ur5 and kuka iiwa.
BSD 2-Clause "Simplified" License
543 stars 178 forks source link

Camera pose Matrix #3

Closed alessmosca closed 7 years ago

alessmosca commented 7 years ago

Hello, I'm trying to make a hand eye calibration, but I'm bit stacked! I would like to use the AX=XB method, that, since I understood is the one implemented using comodocal. I read from your presentation the mainly the input for the algorithm are the pose of the robot refers to its base, and the pose of the camera refers to the object ( in my case a chessboard ). Regarding the pose of the camera, I'm computing it using the extrinsic parameters, with this method I get the rotation matrix (unit is radiants )and the traslation matrix (unit is pixel, I guess ). now the problem is that I'm not really sure if this matrix, is the right one for the algorithm. Could you help me to remove this doubt and clarify the mind ?

ahundt commented 7 years ago

problem is solved, enjoy!