Skip to content

Commit 961407c

Browse files
YoshiRiyukkysaito
andauthored
Update launch/tier4_perception_launch/launch/perception.launch.xml
Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
1 parent ca654d2 commit 961407c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/tier4_perception_launch/launch/perception.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<!-- Downsample pointcloud for perception usage -->
124124
<arg name="downsample_input_pointcloud" default="false"/>
125125
<arg name="downsample_voxel_size" default="0.05"/>
126-
<let name="downsampled_pointcloud" value="/perception/input/downsampled/pointcloud"/>
126+
<let name="downsampled_pointcloud" value="/perception/common/pointcloud"/>
127127
<let name="perception_pointcloud" value="$(var input/pointcloud)" unless="$(var downsample_input_pointcloud)"/>
128128
<let name="perception_pointcloud" value="$(var downsampled_pointcloud)" if="$(var downsample_input_pointcloud)"/>
129129
<group if="$(var downsample_input_pointcloud)">

0 commit comments

Comments
 (0)