Skip to content

Commit

Permalink
refactor(localization_launch, ground_segmentation_launch): rename lid…
Browse files Browse the repository at this point in the history
…ar topic (autowarefoundation#5781)

rename lidar topic

Signed-off-by: yamato-ando <Yamato ANDO>
Co-authored-by: yamato-ando <Yamato ANDO>
  • Loading branch information
YamatoAndo authored and karishma1911 committed May 26, 2024
1 parent 35ed341 commit c88c0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<arg name="pose_initializer_param_path"/>
<arg name="eagleye_param_path"/>

<arg name="input_pointcloud" default="/sensing/lidar/top/outlier_filtered/pointcloud"/>
<arg name="input_pointcloud" default="/sensing/lidar/top/pointcloud"/>
<arg name="use_pointcloud_container" default="true" description="launch pointcloud container"/>
<arg name="pointcloud_container_name" default="pointcloud_container"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_additional_pipeline(self, lidar_name):
plugin="pointcloud_preprocessor::CropBoxFilterComponent",
name=f"{lidar_name}_crop_box_filter",
remappings=[
("input", f"/sensing/lidar/{lidar_name}/outlier_filtered/pointcloud"),
("input", f"/sensing/lidar/{lidar_name}/pointcloud"),
("output", f"{lidar_name}/range_cropped/pointcloud"),
],
parameters=[
Expand Down

0 comments on commit c88c0c3

Please sign in to comment.