✨
This commit is contained in:
@ -58,7 +58,7 @@ def find_arucos(arlo):
|
||||
if len(aruco_dict) >= 2:
|
||||
break
|
||||
arlo.go_diff(POWER, POWER, 1, 0)
|
||||
sleep((20 * TURN_T)/1000)
|
||||
sleep((20 * TURN_T * CLOCKWISE_OFFSET)/1000)
|
||||
arlo.stop()
|
||||
for key, value in aruco_dict.items():
|
||||
aruco_dict[key] = np.dot(rot, value)
|
||||
|
Reference in New Issue
Block a user