From a1b0d0e3b433bfc37d42be7867231b320c1b3a2c Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 15:17:40 +0200 Subject: [PATCH] :sparkles: --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index ddc2a5b..8fcd44e 100644 --- a/square.py +++ b/square.py @@ -8,7 +8,7 @@ DRIVE_T = 0.22 # 10 centimeter RIGHT_WHEEL_OFFSET = 4 -CLOCKWISE_OFFSET = 0.835 +CLOCKWISE_OFFSET = 0.84 def wiggle(arlo): arlo.go_diff(50, 53, 1, 0)