Dynamic vector maps: requirements and uses cases #5409
Replies: 3 comments 2 replies
-
@maxime-clem |
Beta Was this translation helpful? Give feedback.
-
@maxime-clem |
Beta Was this translation helpful? Give feedback.
-
Notes from the discussions during the Planning & Control working group (2024/11/07).Possible use cases for dynamic lanelet maps:
Requirements:
Possible solutions to keep the map consistent between updates.
About uncertainty between difference source of information to update the map (sensor, original map file, SD map, ...).
About the difference between Lanelet and SD map.
Possible architecture:
Idea: replicate the lanelet functions with service calls to a central node.
Issue in Autoware:
Next steps
|
Beta Was this translation helpful? Give feedback.
-
Background
A vector map contains detailed information about the environment driven by the ego vehicle. This map is expected to contain information about lanes, crosswalks, traffic lights, speed limits, etc.
Many features of Autoware require a vector map to work properly. For example:
Autoware uses the Lanelet2 library to interact with vector maps.
This library offers many functions to find the optimal route between two points, and and for efficient query of the map.
Motivations for a dynamic vector map
The current Lanelet2 library assumes a single, static source of information. In some cases however, we may want the map to change at runtime.
Possible requirements for a dynamic vector map
Please use this discussion to propose other requirements or to present possible use cases for dynamic vector maps.
Beta Was this translation helpful? Give feedback.
All reactions