Skip to content

Commit

Permalink
feat(ekf_localizer): ignore dead band of velocity sensor
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Sep 20, 2023
1 parent cb55e83 commit 114a022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoware_launch/config/localization/ekf_localizer.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
proc_stddev_yaw_c: 0.005
proc_stddev_vx_c: 10.0
proc_stddev_wz_c: 5.0

# for velocity measurement limitation (Set 0.0 if you want to ignore)
threshold_observable_velocity_mps: 0.0 # [m/s]

0 comments on commit 114a022

Please sign in to comment.