Skip to content

Commit

Permalink
feat(pose_initializer): add new parameter for check error between ini…
Browse files Browse the repository at this point in the history
…tial pose and GNSS pose (autowarefoundation#1180)

* add pose_error_check_enabled parameter

Signed-off-by: RyuYamamoto <[email protected]>

* change default value

Signed-off-by: RyuYamamoto <[email protected]>

---------

Signed-off-by: RyuYamamoto <[email protected]>
  • Loading branch information
RyuYamamoto authored Sep 27, 2024
1 parent f9e12a6 commit ebd55cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

gnss_pose_timeout: 3.0 # [sec]
stop_check_duration: 3.0 # [sec]
pose_error_threshold: 5.0 # [m]
pose_error_check_enabled: false
ekf_enabled: $(var ekf_enabled)
gnss_enabled: $(var gnss_enabled)
yabloc_enabled: $(var yabloc_enabled)
Expand Down

0 comments on commit ebd55cc

Please sign in to comment.