Skip to content

Commit

Permalink
fix: change topic name for ground segmentation
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi committed Feb 9, 2024
1 parent 843369a commit b42ff60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 b42ff60

Please sign in to comment.