Skip to content

Commit

Permalink
Merge pull request #435 from tier4/feat/ekf_localizer/ignore_zero_band
Browse files Browse the repository at this point in the history
feat(ekf_localizer): ignore zero band
  • Loading branch information
kminoda authored Sep 25, 2023
2 parents 51b3aa4 + 03da1ae commit 87aeade
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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,12 @@
proc_stddev_yaw_c: 0.005
proc_stddev_vx_c: 10.0
proc_stddev_wz_c: 5.0

# for diagnostics
pose_no_update_count_threshold_warn: 50
pose_no_update_count_threshold_error: 250
twist_no_update_count_threshold_warn: 50
twist_no_update_count_threshold_error: 250

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

0 comments on commit 87aeade

Please sign in to comment.