This commit is contained in:
NikolajDanger
2022-09-07 15:01:14 +02:00
parent 46cd297cd1
commit 6198bcafd4

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 * 1.2)
sleep(TURN_T * 1.1)
arlo.stop()