✨
This commit is contained in:
@ -64,7 +64,7 @@ def find_arucos(arlo):
|
|||||||
print(rot, value)
|
print(rot, value)
|
||||||
aruco_dict[key] = np.dot(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():
|
def main():
|
||||||
arlo = Robot()
|
arlo = Robot()
|
||||||
|
Reference in New Issue
Block a user