File tree 1 file changed +3
-3
lines changed
launch/tier4_perception_launch/launch
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 132
132
<push-ros-namespace namespace =" perception" />
133
133
<!-- Perception common preprocess -->
134
134
<let name =" downsampled_pointcloud" value =" /perception/common/pointcloud" />
135
- <let name =" perception_pointcloud" value =" $(var input/pointcloud)" unless =" $(var downsample_input_pointcloud )" />
136
- <let name =" perception_pointcloud" value =" $(var downsampled_pointcloud)" if =" $(var downsample_input_pointcloud )" />
137
- <group if =" $(var downsample_input_pointcloud )" >
135
+ <let name =" perception_pointcloud" value =" $(var input/pointcloud)" unless =" $(var downsample_perception_common_pointcloud )" />
136
+ <let name =" perception_pointcloud" value =" $(var downsampled_pointcloud)" if =" $(var downsample_perception_common_pointcloud )" />
137
+ <group if =" $(var downsample_perception_common_pointcloud )" >
138
138
<push-ros-namespace namespace =" common" />
139
139
<load_composable_node target =" $(var pointcloud_container_name)" >
140
140
<composable_node pkg =" pointcloud_preprocessor" plugin =" pointcloud_preprocessor::PickupBasedVoxelGridDownsampleFilterComponent" name =" pointcloud_downsample_node" namespace =" " >
You can’t perform that action at this time.
0 commit comments