Skip to content

Commit

Permalink
Feature/add covarinace param (autowarefoundation#170)
Browse files Browse the repository at this point in the history
* add covariance param

* add description
  • Loading branch information
YamatoAndo authored Jan 24, 2022
1 parent 3edf482 commit 487097f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions localization_launch/config/ndt_scan_matcher.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@

# Number of threads used for parallel computing
omp_num_threads: 4

# The covariance of output pose
output_pose_covariance:
[
0.025, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.025, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.025, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.000625, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.000625, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.000625,
]

0 comments on commit 487097f

Please sign in to comment.