✨
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user