Skip to content

Commit

Permalink
Added a new parameter "n_startup_trials"
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Sep 28, 2023
1 parent 6b6f006 commit f9e8e11
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
# The number of particles to estimate initial pose
initial_estimate_particles_num: 100

# The number of initial random trials in the TPE (Tree-Structured Parzen Estimator).

Check warning on line 43 in autoware_launch/config/localization/ndt_scan_matcher.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Parzen)
# This value should be equal to or less than 'initial_estimate_particles_num' and more than 0.
# If it is equal to 'initial_estimate_particles_num', the search will be the same as a full random search.
n_startup_trials: 30

# Tolerance of timestamp difference between current time and sensor pointcloud. [sec]
lidar_topic_timeout_sec: 1.0

Expand Down

0 comments on commit f9e8e11

Please sign in to comment.