Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KOKIAOKI committed Oct 17, 2023
1 parent 2c13ea5 commit 06db178
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions autoware_launch/config/localization/ndt_scan_matcher.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
num_threads: 4

# The covariance of output pose
use_covariance_estimation: false
offset_array_x: [0.0,0.0,0.5,-0.5,1.0,-1.0]
offset_array_y: [0.5,-0.5,0.0,0.0,0.0,0.0]

# Note that this covariance matrix is empirically derived
output_pose_covariance:
[
Expand All @@ -65,7 +61,12 @@
0.0, 0.0, 0.0, 0.0, 0.000625, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.000625,
]


# 2D Real-time covariance estimation (output_pose_covariance is the minimum value)
use_covariance_estimation: false
offset_array_x: [0.0,0.0,0.5,-0.5,1.0,-1.0]
offset_array_y: [0.5,-0.5,0.0,0.0,0.0,0.0]

# Regularization switch
regularization_enabled: false

Expand Down

0 comments on commit 06db178

Please sign in to comment.