Overview of Lanelet2 packages
masterLanelet2 is composed of several specialized packages:
- lanelet2: The meta-package for the entire framework.
- lanelet2_core: Basic library containing primitives, geometry calculations, and the
LaneletMapobject. - lanelet2_io: Reading and writing lanelet maps.
- lanelet2_traffic_rules: Interpreting traffic rules encoded in maps.
- lanelet2_projection: Projecting maps from WGS84 (lat/lon) to local metric coordinates.
- lanelet2_routing: Routing graph implementation, reachable set queries, and collision checking.
- lanelet2_maps: Example maps and tools for JOSM visualization/modification.
- lanelet2_matching: Determining which lanelet an object is currently located in.
- lanelet2_python: Python interface for Lanelet2.
- lanelet2_validation: Map validation checks.
- lanelet2_examples: Tutorials for C++ and Python.