Skip to content

Commit 3afacf9

Browse files
committed
chore(ndt_scan_matcher): rename config path
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 4e94d65 commit 3afacf9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

autoware_launch/launch/components/tier4_localization_component.launch.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
<arg name="lidar_container_name" value="$(var lidar_container_name)"/>
2020

2121
<!-- parameter paths for common -->
22-
<arg name="crop_box_filter_measurement_range_param_path" value="$(var loc_config_path)/crop_box_filter_measurement_range.param.yaml"/>
23-
<arg name="voxel_grid_downsample_filter_param_path" value="$(var loc_config_path)/voxel_grid_filter.param.yaml"/>
24-
<arg name="random_downsample_filter_param_path" value="$(var loc_config_path)/random_downsample_filter.param.yaml"/>
2522
<arg name="localization_error_monitor_param_path" value="$(var loc_config_path)/localization_error_monitor.param.yaml"/>
2623
<arg name="ekf_localizer_param_path" value="$(var loc_config_path)/ekf_localizer.param.yaml"/>
2724
<arg name="pose_initializer_param_path" value="$(var loc_config_path)/pose_initializer.param.yaml"/>
2825
<arg name="twist2accel_param_path" value="$(var loc_config_path)/twist2accel.param.yaml"/>
2926

3027
<!-- parameter paths for ndt -->
31-
<arg name="ndt_scan_matcher_param_path" value="$(var loc_config_path)/ndt_scan_matcher.param.yaml"/>
28+
<arg name="ndt_scan_matcher/ndt_scan_matcher_param_path" value="$(var loc_config_path)/ndt_scan_matcher/ndt_scan_matcher.param.yaml"/>
29+
<arg name="ndt_scan_matcher/pointcloud_preprocess/crop_box_filter_measurement_range_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocess/crop_box_filter_measurement_range.param.yaml"/>
30+
<arg name="ndt_scan_matcher/pointcloud_preprocess/voxel_grid_downsample_filter_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocess/voxel_grid_filter.param.yaml"/>
31+
<arg name="ndt_scan_matcher/pointcloud_preprocess/random_downsample_filter_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocess/random_downsample_filter.param.yaml"/>
3232

3333
<!-- parameter paths for yabloc -->
3434
<arg name="camera_pose_initializer_param_path" value="$(var loc_config_path)/yabloc/camera_pose_initializer.param.yaml"/>

0 commit comments

Comments
 (0)