Skip to content

Commit

Permalink
feat(ekf_lolicazer): add diagnostics parameters (#554)
Browse files Browse the repository at this point in the history
* feat(ekf_lolicazer): add diagnostics parameters

Signed-off-by: yamato-ando <Yamato ANDO>

* remote param

Signed-off-by: yamato-ando <Yamato ANDO>

---------

Signed-off-by: yamato-ando <Yamato ANDO>
Co-authored-by: yamato-ando <Yamato ANDO>
  • Loading branch information
YamatoAndo authored Sep 20, 2023
1 parent fb65f0b commit 15314a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,9 @@
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

0 comments on commit 15314a9

Please sign in to comment.