From 32190289800506156da055ad0fc3c36009151aa8 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 31 Oct 2022 15:03:15 +0100 Subject: [PATCH] :sparkles: --- rally2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rally2.py b/rally2.py index c62339a..8259a51 100644 --- a/rally2.py +++ b/rally2.py @@ -41,6 +41,7 @@ NUM_PARTICLES = 1000 def look_around(noah, particles, cam, est_pose): for _ in range(24): + time.sleep(0.2) # Fetch next frame colour = cam.get_next_frame() landmark_values = []