Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/simpla/max_size/input_net.net.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-06-27 15:59:00 by Eclipse SUMO netgenerate Version v1_13_0+1244-bf0d9cc
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netgenerateConfiguration.xsd">
5
6
<grid_network>
7
<grid value="true"/>
8
<grid.length value="1000"/>
9
<grid.x-number value="1"/>
10
<grid.y-number value="1"/>
11
<grid.x-attach-length value="1000"/>
12
</grid_network>
13
14
<output>
15
<output-file value="input_net.net.xml"/>
16
</output>
17
18
</configuration>
19
-->
20
21
<net version="1.9" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
22
23
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,2000.00,0.00" origBoundary="0.00,0.00,2000.00,0.00" projParameter="!"/>
24
25
<edge id=":A0_0" function="internal">
26
<lane id=":A0_0_0" index="0" speed="13.89" length="0.10" shape="1000.00,1.60 1000.00,1.60"/>
27
</edge>
28
<edge id=":A0_1" function="internal">
29
<lane id=":A0_1_0" index="0" speed="13.89" length="0.10" shape="1000.00,-1.60 1000.00,-1.60"/>
30
</edge>
31
<edge id=":left0_0" function="internal">
32
<lane id=":left0_0_0" index="0" speed="3.65" length="4.67" shape="0.00,1.60 -1.20,0.80 -1.60,0.00 -1.20,-0.80 0.00,-1.60"/>
33
</edge>
34
<edge id=":right0_0" function="internal">
35
<lane id=":right0_0_0" index="0" speed="3.65" length="4.67" shape="2000.00,-1.60 2001.20,-0.80 2001.60,0.00 2001.20,0.80 2000.00,1.60"/>
36
</edge>
37
38
<edge id="A0left0" from="A0" to="left0" priority="-1">
39
<lane id="A0left0_0" index="0" speed="13.89" length="1000.00" shape="1000.00,1.60 0.00,1.60"/>
40
</edge>
41
<edge id="A0right0" from="A0" to="right0" priority="-1">
42
<lane id="A0right0_0" index="0" speed="13.89" length="1000.00" shape="1000.00,-1.60 2000.00,-1.60"/>
43
</edge>
44
<edge id="left0A0" from="left0" to="A0" priority="-1">
45
<lane id="left0A0_0" index="0" speed="13.89" length="1000.00" shape="0.00,-1.60 1000.00,-1.60"/>
46
</edge>
47
<edge id="right0A0" from="right0" to="A0" priority="-1">
48
<lane id="right0A0_0" index="0" speed="13.89" length="1000.00" shape="2000.00,1.60 1000.00,1.60"/>
49
</edge>
50
51
<junction id="A0" type="priority" x="1000.00" y="0.00" incLanes="right0A0_0 left0A0_0" intLanes=":A0_0_0 :A0_1_0" shape="1000.00,3.20 1000.00,-3.20 1000.00,3.20">
52
<request index="0" response="00" foes="00" cont="0"/>
53
<request index="1" response="00" foes="00" cont="0"/>
54
</junction>
55
<junction id="left0" type="priority" x="0.00" y="0.00" incLanes="A0left0_0" intLanes=":left0_0_0" shape="0.00,0.00 0.00,3.20 0.00,0.00" fringe="outer">
56
<request index="0" response="0" foes="0" cont="0"/>
57
</junction>
58
<junction id="right0" type="priority" x="2000.00" y="0.00" incLanes="A0right0_0" intLanes=":right0_0_0" shape="2000.00,0.00 2000.00,-3.20 2000.00,0.00" fringe="outer">
59
<request index="0" response="0" foes="0" cont="0"/>
60
</junction>
61
62
<connection from="A0left0" to="left0A0" fromLane="0" toLane="0" via=":left0_0_0" dir="t" state="M"/>
63
<connection from="A0right0" to="right0A0" fromLane="0" toLane="0" via=":right0_0_0" dir="t" state="M"/>
64
<connection from="left0A0" to="A0right0" fromLane="0" toLane="0" via=":A0_1_0" dir="s" state="M"/>
65
<connection from="right0A0" to="A0left0" fromLane="0" toLane="0" via=":A0_0_0" dir="s" state="M"/>
66
67
<connection from=":A0_0" to="A0left0" fromLane="0" toLane="0" dir="s" state="M"/>
68
<connection from=":A0_1" to="A0right0" fromLane="0" toLane="0" dir="s" state="M"/>
69
<connection from=":left0_0" to="left0A0" fromLane="0" toLane="0" dir="t" state="M"/>
70
<connection from=":right0_0" to="right0A0" fromLane="0" toLane="0" dir="t" state="M"/>
71
72
</net>
73
74