Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/misc/rerouting/routingMode/input_net.net.xml
169770 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu 26 Jul 2018 12:32:40 PM CEST by Eclipse SUMO netedit Version 744c310
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="/scr1/sumo/tests/complex/traci/pythonApi/rerouting/routingMode/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/scr1/sumo/tests/complex/traci/pythonApi/rerouting/routingMode/input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<no-internal-links value="true"/>
16
<no-turnarounds value="true"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="false"/>
19
<junctions.corner-detail value="0"/>
20
<rectangular-lane-cut value="false"/>
21
<walkingareas value="false"/>
22
</processing>
23
24
</configuration>
25
-->
26
27
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
28
29
<location netOffset="500.00,500.00" convBoundary="-100.00,-200.00,300.00,0.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
30
31
<edge id="beg" from="gneJ2" to="gneJ3" priority="1">
32
<lane id="beg_0" index="0" speed="13.89" length="200.00" shape="-100.00,-1.60 92.80,-1.60"/>
33
</edge>
34
<edge id="detour" from="gneJ3" to="gneJ4" priority="1" length="500.00" shape="100.00,0.00 100.00,-200.00 200.00,-200.00 200.00,0.00">
35
<lane id="detour_0" index="0" speed="13.89" length="500.00" shape="98.40,-7.20 98.40,-201.60 201.60,-201.60 201.60,-10.40"/>
36
</edge>
37
<edge id="end" from="gneJ4" to="gneJ5" priority="1">
38
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="207.20,-4.80 300.00,-4.80"/>
39
<lane id="end_1" index="1" speed="13.89" length="100.00" shape="207.20,-1.60 300.00,-1.60"/>
40
</edge>
41
<edge id="middle" from="gneJ3" to="C" priority="1">
42
<lane id="middle_0" index="0" speed="13.89" length="10.00" shape="104.00,-1.60 110.00,-1.60"/>
43
</edge>
44
<edge id="middle2" from="C" to="gneJ4" priority="1">
45
<lane id="middle2_0" index="0" speed="13.89" length="90.00" shape="110.00,-1.60 196.00,-1.60"/>
46
</edge>
47
48
<tlLogic id="C" type="static" programID="0" offset="0">
49
<phase duration="10" state="G"/>
50
<phase duration="3" state="y"/>
51
<phase duration="50" state="r"/>
52
</tlLogic>
53
54
<junction id="C" type="traffic_light" x="110.00" y="0.00" incLanes="middle_0" intLanes="" shape="110.00,0.00 110.00,-3.20 110.00,0.00">
55
<request index="0" response="0" foes="0"/>
56
</junction>
57
<junction id="gneJ2" type="dead_end" x="-100.00" y="0.00" incLanes="" intLanes="" shape="-100.00,0.00 -100.00,-3.20"/>
58
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="beg_0" intLanes="" shape="104.00,0.00 104.00,-3.20 100.00,-7.20 96.80,-7.20 92.80,-3.20 92.80,0.00">
59
<request index="0" response="00" foes="00"/>
60
<request index="1" response="00" foes="00"/>
61
</junction>
62
<junction id="gneJ4" type="priority" x="200.00" y="0.00" incLanes="detour_0 middle2_0" intLanes="" shape="207.20,0.00 207.20,-6.40 203.20,-10.40 200.00,-10.40 196.00,-3.20 196.00,0.00">
63
<request index="0" response="00" foes="00"/>
64
<request index="1" response="00" foes="00"/>
65
</junction>
66
<junction id="gneJ5" type="dead_end" x="300.00" y="0.00" incLanes="end_0 end_1" intLanes="" shape="300.00,-6.40 300.00,0.00"/>
67
68
<connection from="beg" to="detour" fromLane="0" toLane="0" dir="r" state="M"/>
69
<connection from="beg" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
70
<connection from="detour" to="end" fromLane="0" toLane="0" dir="r" state="M"/>
71
<connection from="middle" to="middle2" fromLane="0" toLane="0" tl="C" linkIndex="0" dir="s" state="O"/>
72
<connection from="middle2" to="end" fromLane="0" toLane="1" dir="s" state="M"/>
73
74
</net>
75
76