Closed privvyledge closed 3 years ago
Can you tell me more information, which version of Autoware, assure tool ? can you share the open drive map with me for testing ? also what happen when you load the converted lanelet2 using assure mapping tool ?
Autoware: current master branch as of this date. Assuremappingtools: current master branch as of this date.
Yes, I can. Where should I send it to? Would you also like me to share the original open street map file downloaded from https://www.openstreetmap.org/?
The generated lanelet2 map loaded in assuremappingtools without errors.
Send it to hatem.darweesh@gmail.com both the OpenDRIVE and .osm I guess this Autoware validations issue. but I want to make sure.
I have sent them to your email.
I was a bit busy recently, I will check the maps in the next couple of day.
Hi, I checked the OpenDRIVE Map and the .osm you have send me. I could load and visualize the .osm map into autoware. This is the error I get from Autoware: [ERROR] [1616584171.084392186]: Could not find valid vertex for ear clipping triangulation. Triangulation result might be invalid
but as general rule, the OpenDRIVE map is not a valid autonomous driving map, connectivity between lanes doesn't exist. and there is no smooth transition between roads.
about direct conversion from open street map to lanelet2, there is no plan to do so. we will face lots of challenges as open street maps have many errors and missing lots of information , beside it is not accurate enough for autonomous driving
These questions are not related to this issue, please ask them on ros answers.
Thanks for this tool.
I exported an OSM file from "https://www.openstreetmap.org" and exported it to OpenDRIVE format using MATLAB drivingScenarioDesigner. I was able to load the OpenDRIVE map into "assuremappingtools" and saved it as a Lanelet2 OSM without errors. However, when validating and loading it into Autoware, I get the error "lanelet ** seems to be intersecting other lanelet, but does not have turn_direction tagging" as shown in "Autoware_validation_error.png".
What can I do to resolve this?
Thanks.