Skip to content

Commit

Permalink
fix: input_pointcloud for localization (autowarefoundation#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 authored Feb 2, 2024
1 parent a0fb290 commit 664292a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<let name="loc_config_path" value="$(find-pkg-share autoware_launch)/config/localization"/>
<arg name="pose_source" default="ndt" description="select pose_estimator: ndt, yabloc, eagleye"/>
<arg name="twist_source" default="gyro_odom" description="select twist_estimator. gyro_odom, eagleye"/>
<arg name="input_pointcloud" default="/sensing/lidar/left_upper/outlier_filtered/pointcloud" description="The topic will be used in the localization util module"/>
<arg name="input_pointcloud" default="/sensing/lidar/left_upper/pointcloud" description="The topic will be used in the localization util module"/>

<group>
<include file="$(find-pkg-share tier4_localization_launch)/launch/localization.launch.xml">
Expand Down

0 comments on commit 664292a

Please sign in to comment.