✨
This commit is contained in:
@ -61,6 +61,7 @@ def find_arucos(arlo):
|
|||||||
sleep((20 * TURN_T)/1000)
|
sleep((20 * TURN_T)/1000)
|
||||||
arlo.stop()
|
arlo.stop()
|
||||||
for key, value in aruco_dict.items():
|
for key, value in aruco_dict.items():
|
||||||
|
print(rot, value)
|
||||||
aruco_dict[key] = np.dot(rot, value)
|
aruco_dict[key] = np.dot(rot, value)
|
||||||
|
|
||||||
return list(aruco_dict.values())[:2]
|
return list(aruco_dict.values())[:2]
|
||||||
|
Reference in New Issue
Block a user