Skip to content

Commit

Permalink
feat: specify input pointcloud for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 authored and saka1-s committed Jun 25, 2024
1 parent 0fa45b9 commit 5ac3e84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<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/concatenated/pointcloud" description="The topic will be used in the localization util module"/>
<arg name="localization_pointcloud_container_name" default="/pointcloud_container" description="The target container to which pointcloud preprocessing nodes in localization be attached"/>
<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="localization_pointcloud_container_name" default=""/sensing/lidar/left_upper/pointcloud_preprocessor/pandar_node_container" description="The target container to which pointcloud preprocessing nodes in localization be attached"/>
<arg name="initial_pose" default="[]" description="initial pose (x, y, z, quat_x, quat_y, quat_z, quat_w)"/>
<group>
Expand Down

0 comments on commit 5ac3e84

Please sign in to comment.