✨
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user