✨
This commit is contained in:
@ -39,7 +39,7 @@ def find_aruco(image):
|
|||||||
def main():
|
def main():
|
||||||
arlo = Robot()
|
arlo = Robot()
|
||||||
while True:
|
while True:
|
||||||
arucos = find_aruco(Robot.take_photo())
|
arucos = find_aruco(arlo.take_photo())
|
||||||
if arucos is not []:
|
if arucos is not []:
|
||||||
break
|
break
|
||||||
arlo.go_diff(POWER, POWER, 1, 0)
|
arlo.go_diff(POWER, POWER, 1, 0)
|
||||||
|
Reference in New Issue
Block a user