Skip to content

Commit

Permalink
Issue #33: Enable handeye calibration (test failing)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed Feb 9, 2021
1 parent 873de8b commit aa1be96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/video/test_iterative.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,8 @@ def test_dotty_grid_iterative():
(ref_image.shape[1],
ref_image.shape[0]))

tracked_reprojection_err, tracked_recon_err = \
calib_driver.handeye_calibration()

assert reprojection_err < 2
assert recon_err < 2

0 comments on commit aa1be96

Please sign in to comment.