From 7bf7e767f52fe454b0fc2d0cd4bd49bd6c694b47 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 13:44:34 +0200 Subject: [PATCH] turn_test.py --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index b26f536..324c0d9 100644 --- a/square.py +++ b/square.py @@ -45,7 +45,7 @@ def counter_square(arlo): arlo.stop() sleep(0.2) arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 1, 0) - sleep(TURN_T * 0.5) + sleep(TURN_T) arlo.stop() sleep(0.5)