Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Loading Other Map Formats #541

Closed
mitsudome-r opened this issue Feb 4, 2019 · 1 comment
Closed

Loading Other Map Formats #541

mitsudome-r opened this issue Feb 4, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mitsudome-r
Copy link
Member

mitsudome-r commented Feb 4, 2019

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 :

  • Autoware Map Format -> Aisan Format
  • Lanelet2 -> Autoware Map Format

And @hatem-darweesh has

  • OpenDrive -> Autoware Map Format conversion

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

@mitsudome-r mitsudome-r mentioned this issue Mar 14, 2023
17 tasks
@mitsudome-r mitsudome-r changed the title [Feature] Load other map formats [Feature] Vector Map Converters Apr 1, 2019
@mitsudome-r mitsudome-r changed the title [Feature] Vector Map Converters [Feature] Loading Other Map Formats Apr 1, 2019
@gbiggs gbiggs added the enhancement New feature or request label Apr 1, 2019
@gbiggs gbiggs changed the title [Feature] Loading Other Map Formats Loading Other Map Formats Apr 2, 2019
@gbiggs
Copy link

gbiggs commented May 24, 2019

@gbiggs gbiggs closed this as completed May 29, 2020
@mitsudome-r mitsudome-r transferred this issue from autowarefoundation/autoware Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants