Skip to content

Commit 2762244

Browse files
style(pre-commit): autofix
1 parent 3afacf9 commit 2762244

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

autoware_launch/launch/components/tier4_localization_component.launch.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
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"/>
29+
<arg
30+
name="ndt_scan_matcher/pointcloud_preprocess/crop_box_filter_measurement_range_param_path"
31+
value="$(var loc_config_path)/ndt_scan_matcher/pointcloud_preprocess/crop_box_filter_measurement_range.param.yaml"
32+
/>
3033
<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"/>
3134
<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"/>
3235

0 commit comments

Comments
 (0)