Introducing the use of SD Maps in Autoware #5113
mitsudome-r
started this conversation in
Design
Replies: 1 comment 1 reply
-
I am researching this topic but haven't had any success so far. I will be pleased if the planner uses a map SDK with traffic information for mission planning but I couldn't find a successful implementation or paper so if you have anything could you please share? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
We are discussing about the current architectural limitations in the following discussion.
https://github.com/orgs/autowarefoundation/discussions/5032
I'm creating a separate thread to start discussion about potential approaches to solve issues around introduction of route level maps (SD Maps) in Autoware.
Issue
Currently, Autoware requires Lanelet2 map to drive in an environment. Although Lanelet2 map has been a good format to provide very detailed information with all lane geometries and traffic rule regulations to Autoware up until now. However, we also have rising demands to support the following usecases:
Of course, there could be a user who might want to have everything predefined as Lanelet2 format for their safety requirements so I think we should come up with an architecture where detailed HD Maps, locally generated maps, and abstracted SD maps could co-exists, and we should also design the abstract API for client modules of these maps, including planning modules, so that the modules won't have to be aware of the underlying map formats.
I'm still brainstorming the architecture and the interface, and I will post in this thread once they are ready. However, if there are anyone who already has an architecture in their mind, feel free to use this thread to share your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions