hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
210 stars 73 forks source link

cannot open .osm file #68

Open lhakim85 opened 2 years ago

lhakim85 commented 2 years ago

Hi, I can succefully add .pcd file, but when try to load map .osm file, nothing added, and at the terminat state that "Failed to load map file: /map.osm, Error: Could not find subtype

anything that I'm missing

hatem-darweesh commented 2 years ago

How was the map.osm file created ?

lhakim85 commented 2 years ago

I'm export it from openstreetmap.org

hatem-darweesh commented 2 years ago

I see, we support Lanelet2 .osm files, not the original OpenStreetMaps.

lhakim85 commented 2 years ago

I see, we support Lanelet2 .osm files, not the original OpenStreetMaps.

You mean, i need to edit/make lanelet2.osm by myself?

hatem-darweesh commented 2 years ago

There is different tools to do so such as JOSM

lhakim85 commented 2 years ago

There is different tools to do so such as JOSM

I'm also already try JOSM to edit .osm from openstreetmap, and save back. Still cannot import to editor. Can you point me any resource related to JOSM,so that I can take a look.

Thanks alot @hatem-darweesh

hatem-darweesh commented 2 years ago

kindly read the Lanelet2 documentation, it is totally different format than openstreetmaps. yes it is same file extension, but the XML tags are different.

lhakim85 commented 2 years ago

kindly read the Lanelet2 documentation, it is totally different format than openstreetmaps. yes it is same file extension, but the XML tags are different.

Thanks alot @hatem-darweesh. I will read it