Skip to content

Commit

Permalink
Merge pull request #694 from tier4/feat/ndt-concatenate
Browse files Browse the repository at this point in the history
feat: ndt with concatenated point cloud
  • Loading branch information
saka1-s authored Jul 10, 2024
2 parents 403355d + ce46326 commit 5829697
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +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/left_upper/pointcloud_before_sync" description="The topic will be used in the localization util module"/>
<arg
name="localization_pointcloud_container_name"
default="/sensing/lidar/left_upper/pointcloud_container"
description="The target container to which pointcloud preprocessing nodes in localization be attached"
/>
<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="initial_pose" default="[]" description="initial pose (x, y, z, quat_x, quat_y, quat_z, quat_w)"/>

<group>
Expand Down

0 comments on commit 5829697

Please sign in to comment.