Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/DRT/drt2.rou.xml
169679 views
1
<routes>
2
<vType id="drt_small" vClass="bus" length="6" personCapacity="5" color="gray"/>
3
<vType id="drt_large" vClass="bus" length="8" personCapacity="9" color="gray"/>
4
5
<trip id="DRT1" type="drt_small" depart="0" line="LNDW_DRT" color="255,255,128">
6
<stop busStop="bs12" duration="40"/>
7
<stop busStop="bs12" duration="2000000"/>
8
</trip>
9
10
<trip id="DRT2" type="drt_large" depart="0" line="LNDW_DRT" color="128,255,128">
11
<stop busStop="bs0" duration="40"/>
12
<stop busStop="bs0" duration="2000000"/>
13
</trip>
14
</routes>
15
16