This commit is contained in:
NikolajDanger
2022-09-19 15:42:08 +02:00
parent 1570508983
commit ee671e7787

View File

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