Skip to content

Commit c03bd4b

Browse files
feat(tier4_localization_component_launch): change the default input pointcloud of localization into the concatenated pointcloud (#899)
* Make concat pointcloud default Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 56af177 commit c03bd4b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

autoware_launch/launch/components/tier4_localization_component.launch.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
<let name="loc_config_path" value="$(find-pkg-share autoware_launch)/config/localization"/>
44
<arg name="pose_source" default="ndt" description="select pose_estimator: ndt, yabloc, eagleye"/>
55
<arg name="twist_source" default="gyro_odom" description="select twist_estimator. gyro_odom, eagleye"/>
6-
<arg name="input_pointcloud" default="/sensing/lidar/top/pointcloud" description="The topic will be used in the localization util module"/>
7-
<arg
8-
name="lidar_container_name"
9-
default="/sensing/lidar/top/pointcloud_preprocessor/pointcloud_container"
10-
description="The target container to which lidar preprocessing nodes in localization be attached"
11-
/>
6+
<arg name="input_pointcloud" default="/sensing/lidar/concatenated/pointcloud" description="The topic will be used in the localization util module"/>
7+
<arg name="localization_pointcloud_container_name" default="/pointcloud_container" description="The target container to which pointcloud preprocessing nodes in localization be attached"/>
128

139
<group>
1410
<include file="$(find-pkg-share tier4_localization_launch)/launch/localization.launch.xml">
1511
<arg name="pose_source" value="$(var pose_source)"/>
1612
<arg name="twist_source" value="$(var twist_source)"/>
1713
<arg name="system_run_mode" value="$(var system_run_mode)"/>
1814
<arg name="input_pointcloud" value="$(var input_pointcloud)"/>
19-
<arg name="lidar_container_name" value="$(var lidar_container_name)"/>
15+
<arg name="localization_pointcloud_container_name" value="$(var localization_pointcloud_container_name)"/>
2016

2117
<!-- parameter paths for common -->
2218
<arg name="localization_error_monitor_param_path" value="$(var loc_config_path)/localization_error_monitor.param.yaml"/>

0 commit comments

Comments
 (0)