Skip to content

Commit

Permalink
Merge pull request #172 from open-dynamic-robot-initiative/fkloss/sel…
Browse files Browse the repository at this point in the history
…ftest_camera_blur

post_submission: Set edge mean threshold to 10
  • Loading branch information
luator authored Feb 8, 2024
2 parents b629508 + 70101ac commit 1b4db18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/trifingerpro_post_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def check_camera_sharpness(
True if test is successful, False if there is any issue.
"""
CAMERA_NAMES = ("camera60", "camera180", "camera300")
EDGE_MEAN_THRES = 12.0
EDGE_MEAN_THRES = 10.0

edge_means: typing.List[typing.List[float]] = [[], [], []]

Expand Down

0 comments on commit 1b4db18

Please sign in to comment.