Skip to content

Commit

Permalink
refactor(ndt_scan_matcher): match ndt_scan_matcher.param.yaml (#583)
Browse files Browse the repository at this point in the history
* Added ndt_base_link parameter in ndt_scan_matcher.param.yaml
Deleted neighborhood_search_mathod paramter in ndt_scan_matcher.param.yaml

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

* Copy-pasted the ndt_scan_matcher.param.yaml from universe

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

* Correct spelling

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

---------

Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 authored Sep 22, 2023
1 parent b5e6116 commit 484b7ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Vehicle reference frame
base_frame: "base_link"

# NDT reference frame
ndt_base_frame: "ndt_base_link"

# Subscriber queue size
input_sensor_points_queue_size: 1

Expand Down Expand Up @@ -46,10 +49,6 @@
# Tolerance of distance difference between two initial poses used for linear interpolation. [m]
initial_pose_distance_tolerance_m: 10.0

# neighborhood search method
# 0=KDTREE, 1=DIRECT26, 2=DIRECT7, 3=DIRECT1
neighborhood_search_method: 0

# Number of threads used for parallel computing
num_threads: 4

Expand Down Expand Up @@ -80,6 +79,7 @@
# Radius of input LiDAR range (used for diagnostics of dynamic map loading)
lidar_radius: 100.0

# cspell: ignore degrounded
# A flag for using scan matching score based on de-grounded LiDAR scan
estimate_scores_for_degrounded_scan: false

Expand Down

0 comments on commit 484b7ea

Please sign in to comment.