Skip to content

Commit b05866c

Browse files
authored
Merge pull request #311 from zivid/MISC-2024-12-10-test-hand-eye-low-dof-fix
Update test for low-DOF eye-in-hand calibration with correct function
2 parents e692af0 + ac32385 commit b05866c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/experimental/test_hand_eye_low_dof.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
237237
)
238238

239239
calibration_board_pose = zivid.calibration.Pose(
240-
np.linalg.inv(handeye_eth_low_dof_fixed_calibration_board_pose)
240+
handeye_eth_low_dof_fixed_calibration_board_pose
241241
)
242242
fixed_calibration_board = (
243243
zivid.experimental.hand_eye_low_dof.FixedPlacementOfCalibrationBoard(
@@ -251,6 +251,6 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
251251
)
252252

253253
with pytest.raises(RuntimeError):
254-
_ = zivid.experimental.hand_eye_low_dof.calibrate_eye_to_hand_low_dof(
254+
_ = zivid.experimental.hand_eye_low_dof.calibrate_eye_in_hand_low_dof(
255255
inputs, fixed_objects
256256
)

0 commit comments

Comments
 (0)