Description
This is an improvement suggestion.
I am not sure if anyone has already proposed this.
I am using netgenerate to generate grid map for research, particularly I'm working on traffic light control. In the current version (sumo-0.32.0) of the netgenerate tool, the --tls option can allow to guess a default static traffic light schedule.
However, the generated static traffic light schedule seems does not consider right-turn through, i.e., always letting right-turn be green light. The netedit tool can do the trick, the thing is that if the road network is small, using netedit is OK, but when the network is large, like including a lot of intersections, using netedit is a manual labor.
Another suggestion is that adding a function to netgenerate that can specify link connection at intersections. e.g., separate left-turn link and straight link.
Thanks!
Activity