From 81862f8ee394c0101a7a7dbc7df9feb7ec7fef5f Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 31 Oct 2022 15:07:58 +0100 Subject: [PATCH] :sparkles: --- rally2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally2.py b/rally2.py index 8259a51..6459320 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(0.2) + time.sleep(1) # Fetch next frame colour = cam.get_next_frame() landmark_values = []