Skip to content

Commit

Permalink
fix(localization_launch): add regularization default param (autowaref…
Browse files Browse the repository at this point in the history
…oundation#552)

* fix(localization_launch): add regularization default param

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* same format with universe

Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda authored Nov 11, 2022
1 parent e3e094d commit 8ff8f15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions localization_launch/config/ndt_scan_matcher.param.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**:
ros__parameters:

# Vehicle reference frame
base_frame: "base_link"

Expand Down Expand Up @@ -57,3 +58,9 @@
0.0, 0.0, 0.0, 0.0, 0.000625, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.000625,
]

# Regularization switch
regularization_enabled: false

# Regularization scale factor
regularization_scale_factor: 0.01

0 comments on commit 8ff8f15

Please sign in to comment.