Skip to content

Commit ab9580e

Browse files
committed
rename path
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 3afacf9 commit ab9580e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

autoware_launch/launch/components/tier4_localization_component.launch.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
<!-- parameter paths for ndt -->
2828
<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"/>
29+
<arg name="ndt_scan_matcher/pointcloud_preprocessor/crop_box_filter_measurement_range_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocessor/crop_box_filter_measurement_range.param.yaml"/>
30+
<arg name="ndt_scan_matcher/pointcloud_preprocessor/voxel_grid_downsample_filter_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocessor/voxel_grid_filter.param.yaml"/>
31+
<arg name="ndt_scan_matcher/pointcloud_preprocessor/random_downsample_filter_param_path" value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocessor/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)