Skip to content

Commit

Permalink
chore: extend the range for ndt_scan_matching (autowarefoundation#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 committed Jun 15, 2023
1 parent 948b19a commit 79d4c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ros__parameters:
input_frame: "base_link"
output_frame: "base_link"
min_x: -60.0
max_x: 60.0
min_y: -60.0
max_y: 60.0
min_x: -100.0
max_x: 100.0
min_y: -100.0
max_y: 100.0
min_z: -30.0
max_z: 50.0
negative: False
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# If converged_param_type is 1
# Threshold for deciding whether to trust the estimation result
converged_param_nearest_voxel_transformation_likelihood: 2.3
converged_param_nearest_voxel_transformation_likelihood: 2.1

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

0 comments on commit 79d4c61

Please sign in to comment.