File tree 1 file changed +0
-6
lines changed
launch/tier4_localization_launch/launch/util
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
<launch >
2
-
3
2
<!-- topic -->
4
3
<arg name =" output/pointcloud" default =" downsample/pointcloud" description =" final output topic name" />
5
4
9
8
<!-- whether use intra-process -->
10
9
<arg name =" use_intra_process" default =" true" description =" use ROS 2 component container communication" />
11
10
12
-
13
11
<load_composable_node target =" $(var lidar_container_name)" >
14
-
15
12
<composable_node pkg =" pointcloud_preprocessor" plugin =" pointcloud_preprocessor::CropBoxFilterComponent" name =" crop_box_filter_measurement_range" >
16
13
<param from =" $(var crop_box_filter_measurement_range_param_path)" />
17
14
<remap from =" input" to =" $(var input_pointcloud)" />
26
23
<extra_arg name =" use_intra_process_comms" value =" $(var use_intra_process)" />
27
24
</composable_node >
28
25
29
-
30
26
<composable_node pkg =" pointcloud_preprocessor" plugin =" pointcloud_preprocessor::RandomDownsampleFilterComponent" name =" random_downsample_filter" >
31
27
<param from =" $(var random_downsample_filter_param_path)" />
32
28
<remap from =" input" to =" voxel_grid_downsample/pointcloud" />
33
29
<remap from =" output" to =" $(var output/pointcloud)" />
34
30
<extra_arg name =" use_intra_process_comms" value =" $(var use_intra_process)" />
35
31
</composable_node >
36
-
37
32
</load_composable_node >
38
-
39
33
</launch >
You can’t perform that action at this time.
0 commit comments