Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/trafficlight/constraints/addConstraint/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 21 Aug 2020 02:28:17 PM CEST by Eclipse SUMO netedit Version v1_6_0+1707-2370e97800
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<new value="true"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/debug/7435/net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
</processing>
17
18
<junctions>
19
<no-internal-links value="true"/>
20
</junctions>
21
22
<netedit>
23
<route-files value="/home/kobo/dlr/debug/7435/input_routes.rou.xml"/>
24
</netedit>
25
26
<report>
27
<aggregate-warnings value="5"/>
28
</report>
29
30
</configuration>
31
-->
32
33
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
34
<vType id="train" length="50.00" vClass="rail"/>
35
<trip id="t0" type="train" depart="0.00" from="a" to="c" departSpeed="max"/>
36
<trip id="t1" type="train" depart="0.00" from="d" to="c" departSpeed="max"/>
37
<trip id="t2" type="train" depart="100.00" from="d" to="c" departSpeed="max"/>
38
<trip id="t3" type="train" depart="200.00" from="d" to="c" departSpeed="max"/>
39
</routes>
40
41