eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.57k stars 1.44k forks source link

Is there a way to get traffic light information from opendrive file? #9860

Closed parksanha closed 2 years ago

parksanha commented 2 years ago

Hello.

When converting "opendrive" file to "sumo network" using "netconvert", is there a way to bring traffic light information as well?

I would like to know whether a node is an intersection or not, and if it is possible to convert information about traffic light as well.

Thank you very much for always answering my questions in detail.

namdre commented 2 years ago

The junction type (traffic_light or something else) should already be imported. However, additional controller information is currently not imported (#2365) Is this something you would need?

namdre commented 2 years ago

closing for lack of reply