From ee671e778773bb309d306d906db7206728d537fe Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 19 Sep 2022 15:42:08 +0200 Subject: [PATCH] :sparkles: --- calibrate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/calibrate.py b/calibrate.py index fa5c035..4644953 100644 --- a/calibrate.py +++ b/calibrate.py @@ -60,6 +60,7 @@ def main(): arlo = robot.Robot() while not all(calibrated): + print(calibrated, values) for i, function in enumerate(tests): calibrated[i] = False wheels = function(arlo, *values[i])