This commit is contained in:
NikolajDanger
2022-09-07 14:30:03 +02:00
parent c80a1c026a
commit 9111deb81b

View File

@ -1,13 +1,8 @@
from time import sleep
import robot
TURN_T = 0.079 # 10 degrees
DRIVE_T = 0.22 # 10 centimeter
RIGHT_WHEEL_OFFSET = 4
CLOCKWISE_OFFSET = 0.82
def loop(arlo):
while True:
arlo.go_diff(121, 42, 1, 1)