We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e692af0 + ac32385 commit b05866cCopy full SHA for b05866c
1 file changed
test/experimental/test_hand_eye_low_dof.py
@@ -237,7 +237,7 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
237
)
238
239
calibration_board_pose = zivid.calibration.Pose(
240
- np.linalg.inv(handeye_eth_low_dof_fixed_calibration_board_pose)
+ handeye_eth_low_dof_fixed_calibration_board_pose
241
242
fixed_calibration_board = (
243
zivid.experimental.hand_eye_low_dof.FixedPlacementOfCalibrationBoard(
@@ -251,6 +251,6 @@ def test_eye_in_hand_low_dof_calibration_with_eye_to_hand_data(
251
252
253
with pytest.raises(RuntimeError):
254
- _ = zivid.experimental.hand_eye_low_dof.calibrate_eye_to_hand_low_dof(
+ _ = zivid.experimental.hand_eye_low_dof.calibrate_eye_in_hand_low_dof(
255
inputs, fixed_objects
256
0 commit comments