Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/trafficlight/NEMA/input_routes.rou.xml
169720 views
1
<routes>
2
<vType id="car" accel="1.5" length="4.6"/>
3
4
<flow begin="0" color="1,1,0" end="3600" id="SB_L" probability="0.15" type="car" departLane="best">
5
<route edges="-908 -907 -906 -905 -17276 -17275" />
6
</flow>
7
<flow begin="0" color="1,1,0" end="3600" id="SB_T" probability="0.001" type="car" departLane="best">
8
<route edges="-908 -907 -906 -905 -16037" />
9
</flow>
10
<flow begin="0" color="1,1,0" end="3600" id="SB_R" probability="0.1" type="car" departLane="best">
11
<route edges="-908 -907 -906 -905 16480 16951" />
12
</flow>
13
14
<flow begin="0" color="1,1,0" end="3600" id="EB_T" probability="0.15" type="car" departLane="best">
15
<route edges="-16951 -16480 -17276 -17275" />
16
</flow>
17
<flow begin="0" color="1,1,0" end="3600" id="EB_R" probability="0.1" type="car" departLane="best">
18
<route edges="-16951 -16480 -16037" />
19
</flow>
20
21
<flow begin="0" color="1,1,0" end="3600" id="WB_L" probability="0.1" type="car" departLane="best">
22
<route edges="17275 17276 -16037" />
23
</flow>
24
<flow begin="0" color="1,1,0" end="3600" id="WB_T" probability="0.18" type="car" departLane="best">
25
<route edges="17275 17276 16480 16951" />
26
</flow>
27
</routes>
28
29