Skip to content

Commit b58eff2

Browse files
authored
fix(ndt_scan_matcher): fix type of critical_upper_bound_exe_time_ms (#819)
* fix type Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * fix order Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> --------- Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 8b818d4 commit b58eff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autoware_launch/config/localization/ndt_scan_matcher.param.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
# Tolerance of distance difference between two initial poses used for linear interpolation. [m]
5555
initial_pose_distance_tolerance_m: 10.0
5656

57+
# The execution time which means probably NDT cannot matches scans properly. [ms]
58+
critical_upper_bound_exe_time_ms: 100.0
59+
5760
# Number of threads used for parallel computing
5861
num_threads: 4
5962

@@ -98,6 +101,3 @@
98101

99102
# If lidar_point.z - base_link.z <= this threshold , the point will be removed
100103
z_margin_for_ground_removal: 0.8
101-
102-
# The execution time which means probably NDT cannot matches scans properly. [ms]
103-
critical_upper_bound_exe_time_ms: 100

0 commit comments

Comments
 (0)