✨
This commit is contained in:
@ -42,6 +42,7 @@ def find_arucos(arlo):
|
||||
while True:
|
||||
arucos = find_aruco(arlo.take_photo())
|
||||
if arucos != []:
|
||||
print(arucos)
|
||||
for aruco, id_ in arucos:
|
||||
aruco_dict[id_] = aruco.tolist()
|
||||
|
||||
|
Reference in New Issue
Block a user