Skip to content

Commit

Permalink
feat(ndt_scan_matcher): add parameters of real-time covariance estima…
Browse files Browse the repository at this point in the history
…tion (#643)

* add covariance_estimation

* fix

* fix

* fix: parameter names and explanations

Signed-off-by: Koki Aoki <[email protected]>

* fix: A parameter that I forgot to add

Signed-off-by: Koki Aoki <[email protected]>

* fix: remove white space

Signed-off-by: KOKIAOKI <[email protected]>

* fix: remove white spaces

---------

Signed-off-by: Koki Aoki <[email protected]>
Signed-off-by: KOKIAOKI <[email protected]>
  • Loading branch information
KOKIAOKI authored Nov 7, 2023
1 parent a71571b commit 916c39c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
0.0, 0.0, 0.0, 0.0, 0.0, 0.000625,
]

# 2D Real-time covariance estimation with multiple searches (output_pose_covariance is the minimum value)
use_covariance_estimation: false

# Offset arrangement in covariance estimation [m]
# initial_pose_offset_model_x & initial_pose_offset_model_y must have the same number of elements.
initial_pose_offset_model_x: [0.0, 0.0, 0.5, -0.5, 1.0, -1.0]
initial_pose_offset_model_y: [0.5, -0.5, 0.0, 0.0, 0.0, 0.0]

# Regularization switch
regularization_enabled: false

Expand Down

0 comments on commit 916c39c

Please sign in to comment.