This commit is contained in:
NikolajDanger
2022-09-07 14:58:37 +02:00
parent 48e6301588
commit fa40e2237a

View File

@ -30,7 +30,7 @@ def clockwise_square(arlo):
arlo.stop()
sleep(0.2)
arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 0, 1)
sleep(TURN_T)
sleep(TURN_T * 1.5)
arlo.stop()