From 3f55a781273e57b69f96e00034469c4a5c16e619 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 28 Sep 2022 13:40:35 +0200 Subject: [PATCH] :sparkles: --- drive_between_arucos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/drive_between_arucos.py b/drive_between_arucos.py index 15a56b8..9061d94 100644 --- a/drive_between_arucos.py +++ b/drive_between_arucos.py @@ -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()