From 9890800079f1f4ad245188acfe996640965edc04 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 2 Nov 2022 10:27:03 +0100 Subject: [PATCH] :sparkles: --- rally2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally2.py b/rally2.py index a49839b..cb77a2b 100644 --- a/rally2.py +++ b/rally2.py @@ -41,7 +41,7 @@ NUM_PARTICLES = 1000 def look_around(noah, particles, cam, est_pose): for _ in range(24): - time.sleep(1) + time.sleep(0.5) # Fetch next frame colour = cam.get_next_frame() landmark_values = []