Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

feat: add paricle param #181

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions localization_launch/config/ndt_scan_matcher.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
# Threshold for deciding whether to trust the estimation result
converged_param_transform_probability: 3.0

# The number of particles to estimate initial pose
initial_estimate_particles_num: 100

# neighborhood search method in OMP
# 0=KDTREE, 1=DIRECT26, 2=DIRECT7, 3=DIRECT1
omp_neighborhood_search_method: 0
Expand Down