turn_test.py

This commit is contained in:
NikolajDanger
2022-09-07 13:44:34 +02:00
parent 950ec0a776
commit 7bf7e767f5

View File

@ -45,7 +45,7 @@ def counter_square(arlo):
arlo.stop()
sleep(0.2)
arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 1, 0)
sleep(TURN_T * 0.5)
sleep(TURN_T)
arlo.stop()
sleep(0.5)