From 950ec0a776412e94b276a84b977c5f90e92bfaba Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 13:43: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 324c0d9..b26f536 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) + sleep(TURN_T * 0.5) arlo.stop() sleep(0.5)