From 62d3d4bcdc7a82978ceab1f32889ebefde6df392 Mon Sep 17 00:00:00 2001 From: yvzksgl Date: Mon, 11 Sep 2023 14:29:44 +0300 Subject: [PATCH] add critical_upper_bound_exe_time_ms for ndt --- .../config/localization/ndt_scan_matcher.param.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoware_launch/config/localization/ndt_scan_matcher.param.yaml b/autoware_launch/config/localization/ndt_scan_matcher.param.yaml index 3a99927b41..e582f41da5 100644 --- a/autoware_launch/config/localization/ndt_scan_matcher.param.yaml +++ b/autoware_launch/config/localization/ndt_scan_matcher.param.yaml @@ -85,3 +85,6 @@ # 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 + critical_upper_bound_exe_time_ms: 100 # [ms]