Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/lane/setMaxSpeed2/input_net4.net.xml
169690 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2024-03-25 14:04:49 by Eclipse SUMO netedit Version v1_19_0+1525-a01a4bc4749
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/neteditConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="input_net4.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_net4.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="0"/>
25
<junctions.limit-turn-speed value="-1.00"/>
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.20" 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,0.00,300.00" origBoundary="0.00,0.00,300.00,300.00" projParameter="!"/>
39
40
<edge id="A0A1" from="A0" to="A1" priority="-1">
41
<lane id="A0A1_0" index="0" speed="13.89" length="100.00" shape="4.80,0.00 4.80,100.00"/>
42
<lane id="A0A1_1" index="1" speed="13.89" length="100.00" shape="1.60,0.00 1.60,100.00"/>
43
</edge>
44
<edge id="A1A2" from="A1" to="A2" priority="-1">
45
<lane id="A1A2_0" index="0" speed="13.89" length="100.00" shape="4.80,100.00 4.80,200.00"/>
46
<lane id="A1A2_1" index="1" speed="13.89" length="100.00" shape="1.60,100.00 1.60,200.00"/>
47
</edge>
48
<edge id="A2A3" from="A2" to="A3" priority="-1">
49
<lane id="A2A3_0" index="0" speed="13.89" length="100.00" shape="4.80,200.00 4.80,300.00"/>
50
<lane id="A2A3_1" index="1" speed="13.89" length="100.00" shape="1.60,200.00 1.60,300.00"/>
51
</edge>
52
53
<junction id="A0" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 6.40,0.00"/>
54
<junction id="A1" type="priority" x="0.00" y="100.00" incLanes="A0A1_0 A0A1_1" intLanes="" shape="0.00,100.00 6.40,100.00 0.00,100.00">
55
<request index="0" response="00" foes="00"/>
56
<request index="1" response="00" foes="00"/>
57
</junction>
58
<junction id="A2" type="priority" x="0.00" y="200.00" incLanes="A1A2_0 A1A2_1" intLanes="" shape="0.00,200.00 6.40,200.00 0.00,200.00">
59
<request index="0" response="00" foes="00"/>
60
<request index="1" response="00" foes="00"/>
61
</junction>
62
<junction id="A3" type="dead_end" x="0.00" y="300.00" incLanes="A2A3_0 A2A3_1" intLanes="" shape="6.40,300.00 0.00,300.00"/>
63
64
<connection from="A0A1" to="A1A2" fromLane="0" toLane="0" dir="s" state="M"/>
65
<connection from="A0A1" to="A1A2" fromLane="1" toLane="1" dir="s" state="M"/>
66
<connection from="A1A2" to="A2A3" fromLane="0" toLane="0" dir="s" state="M"/>
67
<connection from="A1A2" to="A2A3" fromLane="1" toLane="1" dir="s" state="M"/>
68
69
</net>
70
71