Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket15486/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2024-09-13 10:47:47 by Eclipse SUMO netedit Version v1_20_0+1505-e42de78eb67
4
-->
5
6
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
7
<!-- Vehicles, persons and containers (sorted by depart) -->
8
<route id="r_0" edges="E0 E1 E2 E3" />
9
10
<person id="p0" depart="10">
11
<walk from="E3" parkingArea="pa_0"/>
12
<ride to="E3" lines="v_0" />
13
</person>
14
15
<person id="p1" depart="30">
16
<walk from="E3" parkingArea="pa_0"/>
17
<ride to="E3" lines="v_0" />
18
</person>
19
</routes>
20
21