You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Current Autoware can only load Aisan's vector map.
I will be creating map loaders for Autoware Map Format, Lanelet2, and OpenDrive.
Map loader will convert the other maps into Aisan's format so that it can be used by Autoware nodes without changing their codes.
Which means all formats can be converted into Aisan format via Autoware Map Format.
Alternatives
I have considered converting directly into Aisan Vector Map from all other formats.
I chose to use the above conversion flow since Autoware Map Format and Lanlet2 had similar structure, and it was easier for me to convert from Lanelet2 -> Autoware Map Format rather than directly into Aisan Vector Format.
We are still in discussion about which format to use as internal structure(issue #529), so if that is decided, then we might want to change the conversion flow as well.
(I prefer to use Autoware Map Format as internal data structure, and that is also the reason for the above implementation.)
Additional information
If there are any other well known formats used for Autonomous Driving, please let me know.
Feature request
Description
Current Autoware can only load Aisan's vector map.
I will be creating map loaders for Autoware Map Format, Lanelet2, and OpenDrive.
Map loader will convert the other maps into Aisan's format so that it can be used by Autoware nodes without changing their codes.
Implementation considerations
I already have converters for :
And @hatem-darweesh has
Which means all formats can be converted into Aisan format via Autoware Map Format.
Alternatives
I have considered converting directly into Aisan Vector Map from all other formats.
I chose to use the above conversion flow since Autoware Map Format and Lanlet2 had similar structure, and it was easier for me to convert from Lanelet2 -> Autoware Map Format rather than directly into Aisan Vector Format.
We are still in discussion about which format to use as internal structure(issue #529), so if that is decided, then we might want to change the conversion flow as well.
(I prefer to use Autoware Map Format as internal data structure, and that is also the reason for the above implementation.)
Additional information
If there are any other well known formats used for Autonomous Driving, please let me know.
Related Issues:
#408、#1937
The text was updated successfully, but these errors were encountered: