Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/changeLane/lane_deadend/input_net.net.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2023-04-11 11:40:54 by Eclipse SUMO netedit Version v1_16_0+1973-e8c352c
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="input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="0"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="true"/>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="5"/>
25
<junctions.limit-turn-speed value="5.50"/>
26
<rectangular-lane-cut value="0"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="0"/>
31
</pedestrian>
32
33
</configuration>
34
-->
35
36
<net version="1.16" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
37
38
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,300.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
39
40
<edge id="-E0" from="gneJ1" to="gneJ0" priority="-1">
41
<lane id="-E0_0" index="0" speed="27.78" length="200.00" shape="196.00,8.00 0.00,8.00"/>
42
<lane id="-E0_1" index="1" speed="27.78" length="200.00" shape="196.00,4.80 0.00,4.80"/>
43
<lane id="-E0_2" index="2" speed="27.78" length="200.00" shape="196.00,1.60 0.00,1.60">
44
<neigh lane="E0_2"/>
45
</lane>
46
</edge>
47
<edge id="-E1" from="J0" to="gneJ1" priority="-1">
48
<lane id="-E1_0" index="0" speed="27.78" length="100.00" shape="300.00,1.60 204.00,1.60"/>
49
</edge>
50
<edge id="E0" from="gneJ0" to="gneJ1" priority="-1">
51
<lane id="E0_0" index="0" speed="27.78" length="200.00" shape="0.00,-8.00 196.00,-8.00"/>
52
<lane id="E0_1" index="1" speed="27.78" length="200.00" shape="0.00,-4.80 196.00,-4.80"/>
53
<lane id="E0_2" index="2" speed="27.78" length="200.00" shape="0.00,-1.60 196.00,-1.60">
54
<neigh lane="-E0_2"/>
55
</lane>
56
</edge>
57
<edge id="E1" from="gneJ1" to="J0" priority="-1">
58
<lane id="E1_0" index="0" speed="27.78" length="100.00" shape="204.00,-1.60 300.00,-1.60"/>
59
</edge>
60
61
<junction id="J0" type="dead_end" x="300.00" y="0.00" incLanes="E1_0" intLanes="" shape="300.00,0.00 300.00,-3.20 300.00,0.00"/>
62
<junction id="gneJ0" type="dead_end" x="0.00" y="0.00" incLanes="-E0_0 -E0_1 -E0_2" intLanes="" shape="0.00,0.00 0.00,9.60 0.00,0.00"/>
63
<junction id="gneJ1" type="priority" x="200.00" y="0.00" incLanes="-E1_0 E0_0 E0_1 E0_2" intLanes="" shape="204.00,3.20 204.00,-3.20 201.98,-3.67 200.79,-4.86 199.21,-7.94 198.02,-9.13 196.00,-9.60 196.00,9.60 198.02,9.13 199.21,7.94 200.79,4.86 201.98,3.67">
64
<request index="0" response="0000" foes="0000"/>
65
<request index="1" response="0000" foes="0000"/>
66
<request index="2" response="0000" foes="0000"/>
67
<request index="3" response="0000" foes="0000"/>
68
</junction>
69
70
<connection from="-E1" to="-E0" fromLane="0" toLane="0" dir="s" state="M"/>
71
<connection from="-E1" to="-E0" fromLane="0" toLane="1" dir="s" state="M"/>
72
<connection from="-E1" to="-E0" fromLane="0" toLane="2" dir="s" state="M"/>
73
<connection from="E0" to="E1" fromLane="2" toLane="0" dir="s" state="M"/>
74
75
</net>
76
77