Skip to content

Commit

Permalink
fix(ndt_scan_matcher): fix type of critical_upper_bound_exe_time_ms (#…
Browse files Browse the repository at this point in the history
…819)

* fix type

Signed-off-by: Yamato Ando <[email protected]>

* fix order

Signed-off-by: Yamato Ando <[email protected]>

---------

Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo authored Jan 25, 2024
1 parent 8b818d4 commit b58eff2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
# Tolerance of distance difference between two initial poses used for linear interpolation. [m]
initial_pose_distance_tolerance_m: 10.0

# The execution time which means probably NDT cannot matches scans properly. [ms]
critical_upper_bound_exe_time_ms: 100.0

# Number of threads used for parallel computing
num_threads: 4

Expand Down Expand Up @@ -98,6 +101,3 @@

# If lidar_point.z - base_link.z <= this threshold , the point will be removed
z_margin_for_ground_removal: 0.8

# The execution time which means probably NDT cannot matches scans properly. [ms]
critical_upper_bound_exe_time_ms: 100

0 comments on commit b58eff2

Please sign in to comment.