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 {