Hi,
I am a SUMO newbie. I already done the tutorial, and now beginning to
try putting some modification on it.
I want to make a multi-lanes edge based on available tutorial. When I
use numLanes option in <edges>, sumo-gui gave lanes as much as I
defined. But when I tried to run the simulation, all vehicles only use
the most left (bottom) lane. I tried with numLanes=2 and numLanes=4,
both gave me same result.
My edges definition is as follow:
<edges>
<edge from="1" id="1to2" to="2" numLanes="4" />
<edge from="2" id="out" to="3" numLanes="4" />
</edges>
and my route definition is as follow:
<routes>
<vTypeDistribution id="typedist1" >
<vType id="Mobil" accel="0.8" decel="4.5" sigma="0.5"
maxSpeed="120"
guiShape="passenger/sedan" departLane="best" color="1,0,0"/>
<vType id="Bus" accel="1.2" decel="6.0" sigma="0.5"
maxSpeed="160"
guiShape="bus" departLane="best" />
</vTypeDistribution>
<flow id="flow0" type="typedist1" begin="0" period="3" number="200">
<route edges="1to2 out" />
</flow>
</routes>
What I need to do to make the vehicles use all lanes?
Regards,
Daniel
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user