Skip to content

Commit 99e170f

Browse files
perf(ndt_scan_matcher): change the temperature of multi_ndt_score to 0.05 (autowarefoundation#8252)
Changed the temperature of multi_ndt_score Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent d311b5d commit 99e170f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localization/ndt_scan_matcher/config/ndt_scan_matcher.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
initial_pose_offset_model_y: [0.5, -0.5, 0.0, 0.0, 0.0, 0.0]
118118

119119
# In MULTI_NDT_SCORE, the parameter that adjusts the estimated 2D covariance
120-
temperature: 0.1
120+
temperature: 0.05
121121

122122
# Scale value for adjusting the estimated covariance by a constant multiplication
123123
scale_factor: 1.0

localization/ndt_scan_matcher/schema/sub/covariance_covariance_estimation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"temperature": {
2626
"type": "number",
2727
"description": "In MULTI_NDT_SCORE, the parameter that adjusts the estimated 2D covariance",
28-
"default": 0.1,
28+
"default": 0.05,
2929
"exclusiveMinimum": 0
3030
},
3131
"scale_factor": {

0 commit comments

Comments
 (0)