Skip to content

Commit

Permalink
refactor(pose_initializer): rework parameters (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>
  • Loading branch information
PhoebeWu21 committed Feb 7, 2024
1 parent b422b3c commit 92d0529
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
ros__parameters:
gnss_pose_timeout: 3.0 # [sec]
stop_check_duration: 3.0 # [sec]
ekf_enabled: $(var ekf_enabled)
gnss_enabled: $(var gnss_enabled)
yabloc_enabled: $(var yabloc_enabled)
ndt_enabled: $(var ndt_enabled)
stop_check_enabled: $(var stop_check_enabled)

# from gnss
gnss_particle_covariance:
Expand Down

0 comments on commit 92d0529

Please sign in to comment.