This commit is contained in:
NikolajDanger
2022-09-19 15:52:02 +02:00
parent f60a061ccd
commit b07632b709

View File

@ -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]: