Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How can I create a grid with intersections controlled by traffic lights like this one?

You can get something very similar if you set the following options in the "Advanced" dialog:
--default.lanenumber 3 --turn-lanes 1 --default-junction-type  traffic_light --turn-lanes.length 60 --no-turnarounds

Note, that if you define 4 lanes and no turn-lanes, than the leftmost lane will be used for left+straight.

Or you can simply call netgenerate on the commandline:
netgenerate --grid --default.lanenumber 3 --turn-lanes 1 --default-junction-type  traffic_light --turn-lanes.length 60 --no-turnarounds


regards,
Jakob

Am Mo., 24. März 2025 um 12:09 Uhr schrieb Oriol via sumo-user <sumo-user@xxxxxxxxxxx>:
Hello,

I want to use NetEdit's map generation to create a grid where each intersection has four connecting roads. The left lane should only allow left turns, while the right lane should permit both going straight and turning right. Additionally, I want the traffic lights to have four phases:

- North-South straight and right
- North-South left
- West-East straight and right
- West-East left

Are there any parameters in NetEdit that allow for this type of intersection configuration?

Attached is an example image of the desired intersection

image.png
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top