Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/grid6/grid6.rou.xml
169679 views
1
<routes>
2
<vType id="DEFAULT_VEHTYPE" speedDev="0.1"/>
3
<flow id="leftRight" from="left_in" to="right_out" begin="0" end="90000" probability="0.125" departSpeed="max" departLane="best"/>
4
<flow id="rightLeft" from="right_in" to="left_out" begin="0" end="90000" probability="0.125" departSpeed="max" departLane="best"/>
5
<flow id="topBottom" from="top_in" to="bottom_out" begin="0" end="90000" probability="0.125" departSpeed="max" departLane="best"/>
6
<flow id="bottomTop" from="bottom_in" to="top_out" begin="0" end="90000" probability="0.125" departSpeed="max" departLane="best"/>
7
8
<flow id="leftRight2" from="left_in" to="right_out" begin="60" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
9
<flow id="rightLeft2" from="right_in" to="left_out" begin="60" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
10
<flow id="topBottom2" from="top_in" to="bottom_out" begin="60" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
11
<flow id="bottomTop2" from="bottom_in" to="top_out" begin="60" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
12
13
<flow id="leftRight3" from="left_in" to="right_out" begin="160" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
14
<flow id="rightLeft3" from="right_in" to="left_out" begin="160" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
15
<flow id="topBottom3" from="top_in" to="bottom_out" begin="160" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
16
<flow id="bottomTop3" from="bottom_in" to="top_out" begin="160" end="90000" probability="0.2" departSpeed="max" departLane="best"/>
17
</routes>
18
19