Start » Filter Reference » Computer Vision » HandEyeCalibration Calibration » CalibrateEyeInHand
Module: | Calibration |
---|
Computes Hand-Eye calibration matrices.
Name | Type | Description | |
---|---|---|---|
![]() |
inRotationGripperToBase | MatrixArray | Rotation part extracted from the homogeneous matrix that transforms a point expressed in the gripper frame to the robot base frame. |
![]() |
inTranslationGripperToBase | MatrixArray | Translation part extracted from the homogeneous matrix that transforms a point expressed in the gripper frame to the robot base frame. |
![]() |
inRotationTargetToCam | MatrixArray | Rotation part extracted from the homogeneous matrix that transforms a point expressed in the target frame to the camera frame. |
![]() |
inTranslationTargetToCam | MatrixArray | Translation part extracted from the homogeneous matrix that transforms a point expressed in the target frame to the camera frame |
![]() |
inCalibrationMethod | HandEyeCalibrationMethod | Calibration method. |
![]() |
outRotationCamToGripper | Matrix | Estimated rotation part extracted from the homogeneous matrix that transforms a point expressed in the camera frame to the gripper frame. |
![]() |
outTranslationCamToGripper | Matrix | Estimated translation part extracted from the homogeneous matrix that transforms a point expressed in the camera frame to the gripper frame. |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | All of the arrays should have the same number of measurements. |
DomainError | At least 3 measurements are needed. |
Complexity Level
This filter is available on Basic Complexity Level.