Skip to content

Commit ebd55cc

Browse files
authored
feat(pose_initializer): add new parameter for check error between initial pose and GNSS pose (#1180)
* add pose_error_check_enabled parameter Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp> * change default value Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp> --------- Signed-off-by: RyuYamamoto <ryu.yamamoto@tier4.jp>
1 parent f9e12a6 commit ebd55cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoware_launch/config/localization/pose_initializer.param.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
gnss_pose_timeout: 3.0 # [sec]
88
stop_check_duration: 3.0 # [sec]
9+
pose_error_threshold: 5.0 # [m]
10+
pose_error_check_enabled: false
911
ekf_enabled: $(var ekf_enabled)
1012
gnss_enabled: $(var gnss_enabled)
1113
yabloc_enabled: $(var yabloc_enabled)

0 commit comments

Comments
 (0)