Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/alightingPersons/input_routes.rou.xml
169689 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="bus" vClass="bus"/>
3
<route id="r1" edges="SC CN NC CS">
4
<stop busStop="stop_SC" until="50" duration="8"/>
5
<stop busStop="stop_NC" until="100" duration="8"/>
6
<stop busStop="stop_CS" until="150" duration="8"/>
7
</route>
8
<vehicle id="bus" type="bus" line="B7" depart="0" route="r1"/>
9
<personFlow id="pSC" begin="0" end="1" number="5" departPos="-15">
10
<ride from="SC" busStop="stop_CS" lines="bus"/>
11
</personFlow>
12
<personFlow id="pNC" begin="0" end="1" number="3" departPos="-15">
13
<ride from="NC" busStop="stop_CS" lines="bus"/>
14
</personFlow>
15
</routes>
16
17