Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/highway/highway.rou.xml
169679 views
1
<routes>
2
<vType id="highway" length="5.0" minGap="2.5" probability="1" lcCooperativeSpeed="0.7" lcKeepRight="5"/>
3
<vType id="ramp" length="5.0" minGap="2.5" probability="1" lcCooperativeSpeed="0.9" lcKeepRight="1" lcAssertive="1.2"/>
4
5
<route id="ramp" edges="153180751 201283198 201283198.145 201283198.145.16 E0 191842213"/>
6
<flow id="ramp" type="ramp" route="ramp" begin="0" end="90000" probability="0.167" departSpeed="19.44"/>
7
<route id="highway" edges="145354574 189597495 E0 191842213"/>
8
<flow id="highway" type="highway" route="highway" begin="0" end="90000" vehsPerHour="7500" departSpeed="33.33"/>
9
</routes>
10
11