✨
This commit is contained in:
@ -1,13 +1,8 @@
|
|||||||
from time import sleep
|
from time import sleep
|
||||||
import robot
|
import robot
|
||||||
|
|
||||||
TURN_T = 0.079 # 10 degrees
|
|
||||||
DRIVE_T = 0.22 # 10 centimeter
|
DRIVE_T = 0.22 # 10 centimeter
|
||||||
|
|
||||||
RIGHT_WHEEL_OFFSET = 4
|
|
||||||
|
|
||||||
CLOCKWISE_OFFSET = 0.82
|
|
||||||
|
|
||||||
def loop(arlo):
|
def loop(arlo):
|
||||||
while True:
|
while True:
|
||||||
arlo.go_diff(121, 42, 1, 1)
|
arlo.go_diff(121, 42, 1, 1)
|
||||||
|
Reference in New Issue
Block a user