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