Skip to content

Commit

Permalink
fix(ndt_scan_matcher): fix default parameter to 0.0225 (#1583)
Browse files Browse the repository at this point in the history
* fix(ndt_scan_matcher): fix default parameter to 0.0225

Signed-off-by: kminoda <koji.m.minoda@gmail.com>

* added a sidenote

* added a sidenote

Signed-off-by: kminoda <koji.m.minoda@gmail.com>

Signed-off-by: kminoda <koji.m.minoda@gmail.com>
  • Loading branch information
kminoda authored Aug 18, 2022
1 parent 0909dc0 commit 219af03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@
omp_num_threads: 4

# The covariance of output pose
# Do note that this covariance matrix is empirically derived
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.0225, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0225, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0225, 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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@
omp_num_threads: 4

# The covariance of output pose
# Do note that this covariance matrix is empirically derived
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.0225, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0225, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0225, 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,
Expand Down

0 comments on commit 219af03

Please sign in to comment.