Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/getFollower/input_net.net.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-05-28 10:05:23 by Eclipse SUMO netedit Version v1_9_2+0094-5b0fcc6
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="false"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="false"/>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="0"/>
25
<junctions.limit-turn-speed value="-1"/>
26
<rectangular-lane-cut value="false"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="false"/>
31
</pedestrian>
32
33
<report>
34
<aggregate-warnings value="5"/>
35
</report>
36
37
</configuration>
38
-->
39
40
<net version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
41
42
<location netOffset="500.00,500.00" convBoundary="200.00,400.00,600.00,400.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
43
44
<edge id=":gneJ1_0" function="internal">
45
<lane id=":gneJ1_0_0" index="0" speed="20.84" length="8.40" shape="396.00,395.20 398.46,395.70 400.00,396.80 401.54,397.90 404.00,398.40"/>
46
<lane id=":gneJ1_0_1" index="1" speed="20.84" length="8.40" shape="396.00,398.40 404.00,398.40"/>
47
</edge>
48
49
<edge id="a" from="gneJ0" to="gneJ1" priority="-1">
50
<lane id="a_0" index="0" speed="27.78" length="196.00" shape="200.00,395.20 396.00,395.20"/>
51
<lane id="a_1" index="1" speed="27.78" length="196.00" shape="200.00,398.40 396.00,398.40"/>
52
</edge>
53
<edge id="b" from="gneJ1" to="gneJ2" priority="-1">
54
<lane id="b_0" index="0" speed="13.89" length="196.00" shape="404.00,398.40 600.00,398.40"/>
55
</edge>
56
57
<junction id="gneJ0" type="dead_end" x="200.00" y="400.00" incLanes="" intLanes="" shape="200.00,400.00 200.00,393.60"/>
58
<junction id="gneJ1" type="zipper" x="400.00" y="400.00" incLanes="a_0 a_1" intLanes=":gneJ1_0_0 :gneJ1_0_1" shape="404.00,400.00 404.00,396.80 396.00,393.60 396.00,400.00">
59
<request index="0" response="10" foes="10" cont="0"/>
60
<request index="1" response="01" foes="01" cont="0"/>
61
</junction>
62
<junction id="gneJ2" type="dead_end" x="600.00" y="400.00" incLanes="b_0" intLanes="" shape="600.00,396.80 600.00,400.00"/>
63
64
<connection from="a" to="b" fromLane="0" toLane="0" via=":gneJ1_0_0" dir="s" state="Z"/>
65
<connection from="a" to="b" fromLane="1" toLane="0" via=":gneJ1_0_1" dir="s" state="Z"/>
66
67
<connection from=":gneJ1_0" to="b" fromLane="0" toLane="0" dir="s" state="M"/>
68
<connection from=":gneJ1_0" to="b" fromLane="1" toLane="0" dir="s" state="M"/>
69
70
</net>
71
72