Skip to main content

calibrate_hand_eye_translation

Function calibrate_hand_eye_translation 

Source
pub fn calibrate_hand_eye_translation(
    pairs: &[HandEyeMotionPair],
    hand_eye_rotation: Mat3<f64>,
) -> Result<(RigidTransform3, CalibrationReport), CalibrationError>
Expand description

Solves hand-eye translation for a supplied hand-eye rotation.