✨
This commit is contained in:
@ -42,8 +42,8 @@ def main():
|
|||||||
arucos = find_aruco(arlo.take_photo())
|
arucos = find_aruco(arlo.take_photo())
|
||||||
if arucos != []:
|
if arucos != []:
|
||||||
break
|
break
|
||||||
arlo.go_diff(POWER, POWER, 1, 0)
|
arlo.go_diff(40, 40, 1, 0)
|
||||||
sleep((30 * TURN_T * CLOCKWISE_OFFSET)/1000)
|
sleep(0.5)
|
||||||
arlo.stop()
|
arlo.stop()
|
||||||
|
|
||||||
position = cv2.aruco.estimatePoseSingleMarkers(
|
position = cv2.aruco.estimatePoseSingleMarkers(
|
||||||
|
Reference in New Issue
Block a user