diff --git a/drive_between_arucos.py b/drive_between_arucos.py index cc9e2e7..b8d7749 100644 --- a/drive_between_arucos.py +++ b/drive_between_arucos.py @@ -64,7 +64,7 @@ def find_arucos(arlo): print(rot, value) aruco_dict[key] = np.dot(rot, value) - return np.array(aruco_dict.values())[:2] + return np.array(list(aruco_dict.values())[:2]) def main(): arlo = Robot()