Skip to content

Commit 7fd55cf

Browse files
style(pre-commit): autofix
1 parent caedccd commit 7fd55cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

launch/tier4_localization_launch/launch/util/util.launch.xml

-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<launch>
2-
32
<!-- topic -->
43
<arg name="output/pointcloud" default="downsample/pointcloud" description="final output topic name"/>
54

@@ -9,9 +8,7 @@
98
<!-- whether use intra-process -->
109
<arg name="use_intra_process" default="true" description="use ROS 2 component container communication"/>
1110

12-
1311
<load_composable_node target="$(var lidar_container_name)">
14-
1512
<composable_node pkg="pointcloud_preprocessor" plugin="pointcloud_preprocessor::CropBoxFilterComponent" name="crop_box_filter_measurement_range">
1613
<param from="$(var crop_box_filter_measurement_range_param_path)"/>
1714
<remap from="input" to="$(var input_pointcloud)"/>
@@ -26,14 +23,11 @@
2623
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
2724
</composable_node>
2825

29-
3026
<composable_node pkg="pointcloud_preprocessor" plugin="pointcloud_preprocessor::RandomDownsampleFilterComponent" name="random_downsample_filter">
3127
<param from="$(var random_downsample_filter_param_path)"/>
3228
<remap from="input" to="voxel_grid_downsample/pointcloud"/>
3329
<remap from="output" to="$(var output/pointcloud)"/>
3430
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
3531
</composable_node>
36-
3732
</load_composable_node>
38-
3933
</launch>

0 commit comments

Comments
 (0)