From 2139ca510b3891952db0c44e393c3091617306f9 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 13:09:16 +0200 Subject: [PATCH] :sparkles: --- turn_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turn_test.py b/turn_test.py index e4ee365..cc6fecd 100644 --- a/turn_test.py +++ b/turn_test.py @@ -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()