✨
This commit is contained in:
@ -60,6 +60,7 @@ def main():
|
|||||||
arlo = robot.Robot()
|
arlo = robot.Robot()
|
||||||
|
|
||||||
while not all(calibrated):
|
while not all(calibrated):
|
||||||
|
print(calibrated, values)
|
||||||
for i, function in enumerate(tests):
|
for i, function in enumerate(tests):
|
||||||
calibrated[i] = False
|
calibrated[i] = False
|
||||||
wheels = function(arlo, *values[i])
|
wheels = function(arlo, *values[i])
|
||||||
|
Reference in New Issue
Block a user