fzi-forschungszentrum-informatik / Lanelet2

Map handling framework for automated driving
BSD 3-Clause "New" or "Revised" License
800 stars 328 forks source link

Representing lanes in construction zones #345

Closed pranavashok closed 2 weeks ago

pranavashok commented 4 months ago

Are there any guidelines on representing temporary lanes in construction zones in Lanelet2?

In Germany, for example, lanes that are shifted due to construction are defined by the typical yellow markings. In most cases, the underlying white markings would still be visible. Semantically, the lanes defined by the white markings are no longer drivable while traffic is forced to travel on the lanes defined by the yellow markings. What is the recommended way to represent this in Lanelet2? Open to hearing your opinions :-)

immel-f commented 4 months ago

There is no recommended way as of yet to do this, Lanelet2 in general has no proper support for different sets of lanelets or routes in the same map for the same vehicle type. You could theoretically add the construction lanelets to the map and make the original lanelets not drivable. AFAIK they should not appear in the routing graph then. This is probably quite error prone though.

Usually we would just create a second map only with the construction state in it in these cases.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 90 days with no activity. Is this issue still work in progress? If yes, mark it as "WIP" or comment, otherwise it will be closed in 30 days.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been stalled for 30 days with no activity.