✨
This commit is contained in:
@ -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]:
|
||||
|
Reference in New Issue
Block a user