0
0
Fork 0

spat: decrease "stop line passed" distance

This commit is contained in:
Jannik Beyerstedt 2026-06-17 23:09:24 +02:00
commit a7f6440e75

View file

@ -38,7 +38,7 @@ const GLOSA_AT_LANE_OFFSET_M: f64 = 10.;
#[cfg(feature = "spat")] #[cfg(feature = "spat")]
const GLOSA_LANE_LEFT_OFFSET_M: f64 = 20.; const GLOSA_LANE_LEFT_OFFSET_M: f64 = 20.;
#[cfg(feature = "spat")] #[cfg(feature = "spat")]
const GLOSA_STOP_LINE_PASSED_M: f64 = 10.; const GLOSA_STOP_LINE_PASSED_M: f64 = 5.;
#[allow(unused)] #[allow(unused)]
pub struct State { pub struct State {