Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Trouble in setting the opposite direction driving

Hello,
sumo currently allows opposite-overtaking only on roads that have one directional lane. This follows the assumption that vehicles avoid the opposite side if they already have a passing lane.
regards,
Jakob

Am Mi., 3. Juni 2020 um 06:59 Uhr schrieb Zhang Jackie <zhangzuoting@xxxxxxxxx>:
Hi All,
I'd like to set the opposite direction driving available in a simple road network like the image below:
100m x 100m, 2 opposite edges and 2 lanes for each edge. (file name: net.net.xml)
I use the NETCOVERT tool to generate the net.xml which allows the opposite driving, the command is like this:
netconvert --sumo-net-file=net.net.xml --opposites.guess=true --opposites.guess.fix-lengths=true --output-file=opnet.net.xml

But after set the vehicle flow 
<flow id="rush" color="1,1,0"  begin="0" vehsPerHour="3800" from="A0A1" to="B1B0" type="RushCar" />
and run the simulation, there's no vehicle run to the opposite lane, any thing wrong  with my configuration? The vehicle' number is not large enough?

I put my xml file in the attachments.
PS. SUMO verison win 1.6.0, OS: win10 2004 x64
Thanks for your help in advance.

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