From b07632b709d0676476e90b3580dff8cf3fc423b9 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 19 Sep 2022 15:52:02 +0200 Subject: [PATCH] :sparkles: --- calibrate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/calibrate.py b/calibrate.py index c8e1e8a..c9996c5 100644 --- a/calibrate.py +++ b/calibrate.py @@ -65,6 +65,7 @@ def main(): calibrated[i] = False wheels = function(arlo, *values[i]) fraction = max(wheels)/min(wheels) + print(fraction) if fraction <= THRESHOLD: calibrated[i] = True elif wheels[0] < wheels[1]: