From 607c1fba63319f734612eba62c1fb7719cb5706a Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 12 Sep 2022 14:55:02 +0200 Subject: [PATCH] :sparkles: --- square.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/square.py b/square.py index 41eb27e..e95927b 100644 --- a/square.py +++ b/square.py @@ -6,9 +6,9 @@ POWER = 70 TURN_T = 0.079 # 10 degrees DRIVE_T = 0.22 # 10 centimeter -RIGHT_WHEEL_OFFSET = 4 +RIGHT_WHEEL_OFFSET = 0 -CLOCKWISE_OFFSET = 0.84 +CLOCKWISE_OFFSET = 1 def wiggle(arlo): arlo.go_diff(50, 53, 1, 0)