spat: tweak glosa params
GNSS position accuracy with the L67K seems quite bad in some situations. So we need to increase the lane offset threshold.
This commit is contained in:
parent
fc3581d0d1
commit
efd73a3f1c
1 changed files with 3 additions and 3 deletions
|
|
@ -31,13 +31,13 @@ const PRUNE_INTERVAL: chrono::Duration = chrono::Duration::seconds(5);
|
|||
#[cfg(feature = "spat")]
|
||||
const GLOSA_SEARCH_DIST_M: f32 = 400.;
|
||||
#[cfg(feature = "spat")]
|
||||
const GLOSA_SEARCH_ANGLE_PARAMS: [(f32, f32); 2] = [(400., 45.), (50., 180.)]; // far and near (distance, angle) tuple
|
||||
const GLOSA_SEARCH_ANGLE_PARAMS: [(f32, f32); 2] = [(400., 20.), (50., 180.)]; // far and near (distance, angle) tuple
|
||||
#[cfg(feature = "spat")]
|
||||
const GLOSA_LANE_HEADING_DIFF_DEG: f32 = 35.;
|
||||
#[cfg(feature = "spat")]
|
||||
const GLOSA_AT_LANE_OFFSET_M: f64 = 10.;
|
||||
const GLOSA_AT_LANE_OFFSET_M: f64 = 30.;
|
||||
#[cfg(feature = "spat")]
|
||||
const GLOSA_LANE_LEFT_OFFSET_M: f64 = 20.;
|
||||
const GLOSA_LANE_LEFT_OFFSET_M: f64 = 50.;
|
||||
#[cfg(feature = "spat")]
|
||||
const GLOSA_STOP_LINE_PASSED_M: f64 = 5.;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue