This commit is contained in:
NikolajDanger
2022-09-28 13:39:59 +02:00
parent a90ef9d8f9
commit 29d567ff16

View File

@ -43,7 +43,7 @@ def find_arucos(arlo):
arucos = find_aruco(arlo.take_photo())
if arucos != []:
for aruco, id_ in arucos:
aruco_dict[id_] = aruco
aruco_dict[id_] = aruco.tolist()
if len(aruco_dict) >= 2:
break