Skip to content

Commit

Permalink
feat(tier4_localization_launch): change rectified pointcloud to outli…
Browse files Browse the repository at this point in the history
…er_filtered pointcloud (autowarefoundation#1365)

Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh authored Jul 19, 2022
1 parent ff171c3 commit 036b742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<launch>
<arg name="input/pointcloud" default="/sensing/lidar/top/rectified/pointcloud" description="The topic will be used in the localization util module"/>
<arg name="input/pointcloud" default="/sensing/lidar/top/outlier_filtered/pointcloud" description="The topic will be used in the localization util module"/>

<!-- localization module -->
<group>
Expand Down
5 changes: 0 additions & 5 deletions launch/tier4_localization_launch/launch/util/util.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ def add_launch_arg(name: str, default_value=None, description=None):
"/sensing/lidar/top/pointcloud_preprocessor/velodyne_node_container",
"container name",
)
add_launch_arg(
"input/pointcloud",
"/sensing/lidar/top/rectified/pointcloud",
"input topic name for raw pointcloud",
)
add_launch_arg(
"output/pointcloud",
"downsample/pointcloud",
Expand Down

0 comments on commit 036b742

Please sign in to comment.