Skip to content

Commit

Permalink
corrected the descriptive text #939
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazadhum committed May 3, 2024
1 parent 88c1768 commit 106ef2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atom_evaluation/scripts/other_calibrations/rwhe_calib_ali.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This method solves the Robot-World/Hand-Eye calibration problem, with the formulation: AX = ZB, where:
A is the transformation from the camera/sensor to the base;
A is the transformation from the gripper/flange/end-effector to the base;
B is the transformation from the camera to the pattern/target (in the paper, this is called "world". However, to be coherent with ATOM, we call it "pattern");
X is the transformation from the base of the robot to the pattern;
Expand Down Expand Up @@ -41,7 +41,7 @@ def main():
# GET A and B matrices to solve AX=ZB #
########################################

# A is the transform from the


if __name__ == '__main__':
Expand Down

0 comments on commit 106ef2a

Please sign in to comment.