✨
This commit is contained in:
@ -5,7 +5,7 @@ POWER = 70
|
|||||||
TURN_T = 0.079 # 10 degrees turn at given power
|
TURN_T = 0.079 # 10 degrees turn at given power
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
turn_degrees = input(":")
|
turn_degrees = int(input(":"))
|
||||||
|
|
||||||
# Initializes the robot and runs the
|
# Initializes the robot and runs the
|
||||||
arlo = robot.Robot()
|
arlo = robot.Robot()
|
||||||
|
Reference in New Issue
Block a user