Skip to content

EyeInHandCalibrator State

SUMMARY

Read back the inputs and results of the last calibrate() call on an EyeInHandCalibrator.

MethodReturnsDescription
corner_images()list[ndarray]Annotated detection images from the intrinsic stage.
last_result()HandEyeResultThe result of the last calibrate() call, see calibrate().
target()TargetThe target passed at construction, see All Supported Targets.

TargetConsistencyStats

For a static target, world_T_target = robot_T_tcp[i] * tcp_T_camera * camera_T_target[i] should be constant across every frame. This struct reports how well that held.

FieldTypeDescription
mean_translation_m, max_translation_mfloatMean / max translation deviation across frames.
mean_rotation_deg, max_rotation_degfloatMean / max rotation deviation across frames.
translation_deviations_mlist[float]Per-frame translation deviation.
rotation_deviations_deglist[float]Per-frame rotation deviation.
distances_mlist[float]Camera-to-board distance per frame.
board_us, board_vslist[float]Projected board-center pixel coordinates per frame.