ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

[Autoware 1.11.0] Questions about Lidar mapping and localization

asked 2019-11-21 00:23:59 -0500

haopo2005 gravatar image

Hi, I have some questions about the map and localization module in the autoware 1.11.0.

  1. How the GNSS data is binded with the point clouds in the map? Otherwise, I should given the "world to map" transform when loading the map?
  2. How to do localization with bad GNSS prior? e.g. Tunnel, dense forest. Is it able to support non gnss localization initialization?
  3. How to evaluate the localizer accuracy? Just compare the GPS position by eyes ?
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-21 13:07:44 -0500

Josh Whitley gravatar image

@haopo2005 See below:

  1. Your PCD map does not need to contain absolute GPS point data, it can use relative data - relative to the origin (usually where you started recording the scan). You must then provide the world -> map transform with a static_transform_publisher.
  2. Autoware uses the Japanese Rectangular Coordinate Frame system for the world frame. GNSS usually outputs data in UTM coordinates and, in 1.11.0 especially, it is not possible to localize with GPS - you must use lidar-based localization.
  3. See 3.
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-21 00:23:59 -0500

Seen: 292 times

Last updated: Nov 21 '19