Skip to content

Commit 48dcf87

Browse files
feat(ekf_localizer): add covariance ellipse diagnostics (#1041)
* Added ellipse diagnostics to ekf Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * Fixed to ellipse_scale Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> --------- Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent d076aa5 commit 48dcf87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

autoware_launch/config/localization/ekf_localizer.param.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
pose_no_update_count_threshold_error: 100
4040
twist_no_update_count_threshold_warn: 50
4141
twist_no_update_count_threshold_error: 100
42+
ellipse_scale: 3.0
43+
error_ellipse_size: 1.5
44+
warn_ellipse_size: 1.2
45+
error_ellipse_size_lateral_direction: 0.3
46+
warn_ellipse_size_lateral_direction: 0.25
4247

4348
misc:
4449
# for velocity measurement limitation (Set 0.0 if you want to ignore)

0 commit comments

Comments
 (0)