Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/square/square.rou.xml
169679 views
1
<routes>
2
<routeDistribution id="horizontal">
3
<route edges="left0A0 A0B0 B0right0"/>
4
<route edges="left1A1 A1B1 B1right1"/>
5
<route edges="right0B0 B0A0 A0left0"/>
6
<route edges="right1B1 B1A1 A1left1"/>
7
</routeDistribution>
8
<flow id="horiz" route="horizontal" begin="0" end="90000" period="2" arrivalPos="-10" departSpeed="13.89"/>
9
<routeDistribution id="vertical">
10
<route edges="bottom0A0 A0A1 A1top0"/>
11
<route edges="bottom1B0 B0B1 B1top1"/>
12
<route edges="top0A1 A1A0 A0bottom0"/>
13
<route edges="top1B1 B1B0 B0bottom1"/>
14
</routeDistribution>
15
16
<flow id="vertic" route="vertical" begin="0" end="90000" period="4" arrivalPos="-10" departSpeed="13.89"/>
17
18
<routeDistribution id="random">
19
<route edges="bottom0A0 A0A1 A1top0"/>
20
<route edges="bottom1B0 B0B1 B1top1"/>
21
<route edges="top0A1 A1A0 A0bottom0"/>
22
<route edges="top1B1 B1B0 B0bottom1"/>
23
<route edges="left0A0 A0B0 B0right0"/>
24
<route edges="left1A1 A1B1 B1right1"/>
25
<route edges="right0B0 B0A0 A0left0"/>
26
<route edges="right1B1 B1A1 A1left1"/>
27
<route edges="right0B0 B0B1 B1A1 A1top0"/>
28
<route edges="bottom0A0 A0A1 A1B1 B1top1"/>
29
<route edges="bottom1B0 B0B1 B1A1 A1top0"/>
30
<route edges="left0A0 A0A1 A1B1 B1top1"/>
31
</routeDistribution>
32
33
<vType id="ev1" guiShape="emergency" vClass="emergency"/>
34
<vType id="ev2" guiShape="firebrigade" vClass="emergency"/>
35
<vType id="ev3" guiShape="police" vClass="emergency"/>
36
<flow id="emergency1" type="ev1" route="random" begin="0" end="900" period="90"/>
37
<flow id="emergency2" type="ev2" route="random" begin="0" end="900" period="85"/>
38
<flow id="emergency3" type="ev3" route="random" begin="0" end="900" period="105"/>
39
</routes>
40
41