Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/kuehne/kuehne.rou.xml
169681 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://sumo.sf.net/xsd/routes_file.xsd">
2
<vTypeDistribution id="vtdist">
3
<vType id="trolley" accel="5.0" decel="6.0" length="12.0" maxSpeed="30.0" sigma="0.5"
4
guiShape="bus/trolley" color="1.0,1.0,0.0" probability="0.2"/>
5
<vType id="ant" accel="3.0" decel="6.0" length="6.0" maxSpeed="15.0" sigma="0.5"
6
guiShape="ant" color="0.8,0.5,0.0" probability="0.8"/>
7
</vTypeDistribution>
8
<routeDistribution id="horizontal">
9
<route edges="left0A0 A0B0 B0right0"/>
10
<route edges="left1A1 A1B1 B1right1"/>
11
<route edges="right0B0 B0A0 A0left0"/>
12
<route edges="right1B1 B1A1 A1left1"/>
13
</routeDistribution>
14
<routeDistribution id="vertical">
15
<route edges="bottom0A0 A0A1 A1top0"/>
16
<route edges="bottom1B0 B0B1 B1top1"/>
17
<route edges="top0A1 A1A0 A0bottom0"/>
18
<route edges="top1B1 B1B0 B0bottom1"/>
19
</routeDistribution>
20
<flow id="horiz" route="horizontal" begin="0" end="90000" period="2" arrivalPos="-10" type="vtdist"/>
21
<flow id="vertic" route="vertical" begin="0" end="90000" period="4" arrivalPos="-10" type="vtdist"/>
22
</routes>
23
24