Skip to content

Commit 0e01f8b

Browse files
YoshiRiyukkysaito
authored andcommitted
feat(tier4_perception_launch): fix typo error (autowarefoundation#6999)
* feat: downsample perception input pointcloud Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: add group if to switch downsample node Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: add test and exec depend Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * Update launch/tier4_perception_launch/launch/perception.launch.xml Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * chore: refactor perception.launch.xml Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: fix name Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
1 parent 46598fa commit 0e01f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

launch/tier4_perception_launch/launch/perception.launch.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
<push-ros-namespace namespace="perception"/>
133133
<!-- Perception common preprocess -->
134134
<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)">
138138
<push-ros-namespace namespace="common"/>
139139
<load_composable_node target="$(var pointcloud_container_name)">
140140
<composable_node pkg="pointcloud_preprocessor" plugin="pointcloud_preprocessor::PickupBasedVoxelGridDownsampleFilterComponent" name="pointcloud_downsample_node" namespace="">

0 commit comments

Comments
 (0)