From 1b5fba49b5c1dbcf70b4f85bb6f359cc702b3c73 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 15:07:06 +0200 Subject: [PATCH] :sparkles: --- square.py | 1 + 1 file changed, 1 insertion(+) diff --git a/square.py b/square.py index f0671ab..73efc09 100644 --- a/square.py +++ b/square.py @@ -18,6 +18,7 @@ def wiggle(arlo): arlo.go_diff(50, 53, 0, 1) sleep(TURN_T * 2) arlo.stop() + sleep(0.3) def clockwise_square(arlo): arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 0, 1)