Skip to content

Commit

Permalink
fix(ekf_localizer): updated ekf gate_dist params (#965)
Browse files Browse the repository at this point in the history
Updated ekf gate_dist

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Apr 30, 2024
1 parent dbfd6f7 commit f2c7c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoware_launch/config/localization/ekf_localizer.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
pose_additional_delay: 0.0
pose_measure_uncertainty_time: 0.01
pose_smoothing_steps: 5
pose_gate_dist: 10000.0
pose_gate_dist: 49.5 # corresponds to significance level = 10^-10

twist_measurement:
# for twist measurement
twist_additional_delay: 0.0
twist_smoothing_steps: 2
twist_gate_dist: 10000.0
twist_gate_dist: 46.1 # corresponds to significance level = 10^-10

process_noise:
# for process model
Expand Down

0 comments on commit f2c7c6c

Please sign in to comment.