Hi everyone,
I need to classify in which lane detected objects lie on.
I have the GPS data (latitude and longitude) of the Ego vehicle and the relative distances (lateral and longitudinal) of the detected surrounding vehicles. I have yaw rate too, so trajecotries are quite precise.
My idea was to detect the bounding box of the map from the GPS data recorded and download the map from OpenStreetMap. Then I open it in Driving Scenario Designer where I can clearly see that, unless some small import mistakes, road is precisely shown. Lines are there and they're correct. I'd like to export the position of lines such that I can know the boundaries of lanes (or lanes directly) along with the driving direction, but I don't know how to access these data that have to be embedded somewhere. I saw the roadProperties command, but I'm stuck in 2021a realease so I can't use it.
Thank you in advance.