Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/getNeighborsSublane/input_net.net.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Di 12 Feb 2019 12:32:02 CET by Eclipse SUMO netedit Version v1_1_0+0417-c407ef5
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="vehicle/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="vehicle/input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-internal-links value="true"/>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="0"/>
24
<junctions.limit-turn-speed value="-1"/>
25
<rectangular-lane-cut value="false"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="false"/>
30
</pedestrian>
31
32
</configuration>
33
-->
34
35
<net version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
36
37
<location netOffset="500.00,500.00" convBoundary="0.00,0.00,600.00,0.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
38
39
<edge id="entry" from="gneJ2" to="gneJ3" priority="-1">
40
<lane id="entry_0" index="0" speed="13.89" length="50.00" shape="0.00,-8.00 50.00,-8.00"/>
41
<lane id="entry_1" index="1" speed="13.89" length="50.00" shape="0.00,-4.80 50.00,-4.80"/>
42
<lane id="entry_2" index="2" speed="13.89" length="50.00" shape="0.00,-1.60 50.00,-1.60"/>
43
</edge>
44
<edge id="exit" from="gneJ4" to="gneJ5" priority="-1">
45
<lane id="exit_0" index="0" speed="13.89" length="50.00" shape="550.00,-8.00 600.00,-8.00"/>
46
<lane id="exit_1" index="1" speed="13.89" length="50.00" shape="550.00,-4.80 600.00,-4.80"/>
47
<lane id="exit_2" index="2" speed="13.89" length="50.00" shape="550.00,-1.60 600.00,-1.60"/>
48
</edge>
49
<edge id="mid" from="gneJ3" to="gneJ4" priority="-1">
50
<lane id="mid_0" index="0" speed="13.89" length="500.00" shape="50.00,-8.00 550.00,-8.00"/>
51
<lane id="mid_1" index="1" speed="13.89" length="500.00" shape="50.00,-4.80 550.00,-4.80"/>
52
<lane id="mid_2" index="2" speed="13.89" length="500.00" shape="50.00,-1.60 550.00,-1.60"/>
53
</edge>
54
55
<junction id="gneJ2" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-9.60"/>
56
<junction id="gneJ3" type="priority" x="50.00" y="0.00" incLanes="entry_0 entry_1 entry_2" intLanes="" shape="50.00,0.00 50.00,-9.60 50.00,0.00">
57
<request index="0" response="000" foes="000"/>
58
<request index="1" response="000" foes="000"/>
59
<request index="2" response="000" foes="000"/>
60
</junction>
61
<junction id="gneJ4" type="priority" x="550.00" y="0.00" incLanes="mid_0 mid_1 mid_2" intLanes="" shape="550.00,0.00 550.00,-9.60 550.00,0.00">
62
<request index="0" response="000" foes="000"/>
63
<request index="1" response="000" foes="000"/>
64
<request index="2" response="000" foes="000"/>
65
</junction>
66
<junction id="gneJ5" type="dead_end" x="600.00" y="0.00" incLanes="exit_0 exit_1 exit_2" intLanes="" shape="600.00,-9.60 600.00,0.00"/>
67
68
<connection from="entry" to="mid" fromLane="0" toLane="0" dir="s" state="M"/>
69
<connection from="entry" to="mid" fromLane="1" toLane="1" dir="s" state="M"/>
70
<connection from="entry" to="mid" fromLane="2" toLane="2" dir="s" state="M"/>
71
<connection from="mid" to="exit" fromLane="0" toLane="0" dir="s" state="M"/>
72
<connection from="mid" to="exit" fromLane="1" toLane="1" dir="s" state="M"/>
73
<connection from="mid" to="exit" fromLane="2" toLane="2" dir="s" state="M"/>
74
75
</net>
76
77