Skip to content

Commit

Permalink
Update test for low-DOF eye-in-hand calibration with correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
micragz authored and johningve committed Dec 10, 2024
1 parent ef72b65 commit ba093cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/experimental/test_hand_eye_low_dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
)

calibration_board_pose = zivid.calibration.Pose(
np.linalg.inv(handeye_eth_low_dof_fixed_calibration_board_pose)
handeye_eth_low_dof_fixed_calibration_board_pose
)
fixed_calibration_board = (
zivid.experimental.hand_eye_low_dof.FixedPlacementOfCalibrationBoard(
Expand All @@ -251,6 +251,6 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
)

with pytest.raises(RuntimeError):
_ = zivid.experimental.hand_eye_low_dof.calibrate_eye_to_hand_low_dof(
_ = zivid.experimental.hand_eye_low_dof.calibrate_eye_in_hand_low_dof(
inputs, fixed_objects
)

0 comments on commit ba093cf

Please sign in to comment.