From a7f6440e7559a6f615c193cbf1af17ba480411e1 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 17 Jun 2026 23:09:24 +0200 Subject: [PATCH] spat: decrease "stop line passed" distance --- src/applogic/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applogic/mod.rs b/src/applogic/mod.rs index f691424..158812c 100644 --- a/src/applogic/mod.rs +++ b/src/applogic/mod.rs @@ -38,7 +38,7 @@ const GLOSA_AT_LANE_OFFSET_M: f64 = 10.; #[cfg(feature = "spat")] const GLOSA_LANE_LEFT_OFFSET_M: f64 = 20.; #[cfg(feature = "spat")] -const GLOSA_STOP_LINE_PASSED_M: f64 = 10.; +const GLOSA_STOP_LINE_PASSED_M: f64 = 5.; #[allow(unused)] pub struct State {