Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/network/trafficlights/routes.rou.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-09-09 15:33:04 by Eclipse SUMO netedit Version v1_14_1+0910-84392e00092
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
<vehicle id="trip_1" depart="0.00">
9
<route edges="-E2 E3 -E3 E2" repeat="10"/>
10
</vehicle>
11
<vehicle id="trip_2" depart="0.00">
12
<route edges="-E1 E0 -E0 E1" repeat="10"/>
13
</vehicle>
14
<vehicle id="trip_3" depart="0.00">
15
<route edges="-E3 E2 -E2 E3" repeat="10"/>
16
</vehicle>
17
<vehicle id="trip_4" depart="0.00">
18
<route edges="-E0 E1 -E1 E0" repeat="10"/>
19
</vehicle>
20
</routes>
21
22