Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] to change the direction of edges

I can't help you out without knowning exactly what you tried in netedit and how your .net.xml looks afterwards.
However, you can create a network that almost fits your description using the netgenerate application that comes with sumo:

netgenerate --grid --grid.number 1 --grid.attach-length 100 --default.lanenumber 2 --lefthand --no-turnarounds --default-junction-type traffic_light

The only difference being that this network has additional straight connections but you can delete those in netedit (https://sumo.dlr.de/wiki/NETEDIT#Changing_connections)

regards,
Jakob

Am Mi., 14. Aug. 2019 um 07:43 Uhr schrieb Thilagavathy Giri <thilagagiri7378@xxxxxxxxx>:
hi, thanks for your response. i changed left hand option to  true.  i want to model the intersection as shown in the attached figure. i tried in netedit. my upper edge goes from N2 to N1 .  but i need it to be from N1 to N2. and lower edge should be from N2 to N1. but it is from N1 to N2. i want reverse both the edges .i tried with reversing . i also tried with changing the from and to endpoints of the edge in INSPECT mode.  when i change it turns red indicating some error.  how  can i solve this. 
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top