spat: decrease "stop line passed" distance
This commit is contained in:
parent
002f0bb08b
commit
a7f6440e75
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue