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
204 stars 71 forks source link

How to add lane_change flag in .kml when converting .osm to .kml #31

Closed kyujinChoi closed 3 years ago

kyujinChoi commented 3 years ago

Hello @hatem-darweesh ! I am making my own ADAS map to use in Autoware.

I want my ADAS map to contain _lanes(solid and dashed), stop_line, traffic_light and lightbulbs. Do you have any idea for this?

BTW I appreciate for your tools :D

Kyujin Choi

hatem-darweesh commented 3 years ago

Hi, Thank you for using ASSURE mapping tools.

I have some question first: 1- Does the lane change work in any way ? 2- Which map do you like to use (kml, AISAN, lanelet2) ? 3- if you are using OpenPlanner 2.0 , just create the map using ASSURE tool.

Currently you need to check the connection between the traffic light, stop line, and closet lane waypoint manually. check the information you need to fill in "info view" for each map item.

In the latest ASSURE tool , there is an automatic way function that detects the parallel lanes and set the lane change information automatically.

Regards,

kyujinChoi commented 3 years ago

Thank you for the replying.

  1. Lane change work fine when using AISAN format(lanelet_aisan_converter). However kml does not. Maybe because I am not familiar with ASSURE mapping tools. Is there any documentation? or example kml file? I already watched your tutorials on youtube, but cannot find how to set the lane change information manually.

  2. Both kml and AISAN are fine. But AISAN doesn't support stop_line now. So I prefer kml more now.

Can I get documentation for how to connect Ids between light-lane-stopline also?

hatem-darweesh commented 3 years ago

I see, it is a new function, that is why it is not in the tutorial video. but this function is active by default when you load AISAN map, because AISAN map format doesn't have lane change information. When you load the map into ASSURE Tool, 1- right click 2- Functions 3- Find Side Lanes 4 save the .kml map.

This should work.

Regards,