This commit is contained in:
NikolajDanger
2022-09-07 13:09:16 +02:00
parent f61447c224
commit 2139ca510b

View File

@ -5,7 +5,7 @@ POWER = 70
TURN_T = 0.079 # 10 degrees turn at given power
def main():
turn_degrees = input(":")
turn_degrees = int(input(":"))
# Initializes the robot and runs the
arlo = robot.Robot()