Skip to content

Latest commit

 

History

History
 
 

lanelet2_projection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lanelet2 Projection Module

This module implements different projection functions as required by lanelet2_io.

Need for projections

As map data is commonly stored in WGS84 (lat/lon/ele) and lanelet2 operates on metrical data, there is a need for precise projection functions between the two. There are very good projection functions available, but they have to be used with the correct origin (close to the location of the map).

Maps loaded with a wrong origin can easily be distorted by 40% and more. Angle calculations will be wrong as well.

For more details, read here.

Supported Projections