Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/moveToXY/customLength_keepRoute2/input_net.net.xml
169730 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Do 13 Aug 2020 12:10:15 CEST by Eclipse SUMO netedit Version v1_6_0+1550-df1692c0ae
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="/home/kobo/dlr/sumo/tests/complex/traci/vehicle/moveToXY/customLength_keepRoute2/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/sumo/tests/complex/traci/vehicle/moveToXY/customLength_keepRoute2/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-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
<report>
33
<aggregate-warnings value="5"/>
34
</report>
35
36
</configuration>
37
-->
38
39
<net version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
40
41
<location netOffset="500.00,500.00" convBoundary="0.00,0.00,400.00,0.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
42
43
<edge id=":gneJ3_0" function="internal">
44
<lane id=":gneJ3_0_0" index="0" speed="13.89" length="0.10" shape="100.00,0.00 100.00,0.00"/>
45
</edge>
46
<edge id=":gneJ5_0" function="internal">
47
<lane id=":gneJ5_0_0" index="0" speed="13.89" length="0.10" shape="300.00,0.00 300.00,0.00"/>
48
</edge>
49
50
<edge id="beg" from="gneJ2" to="gneJ3" priority="1" spreadType="center" length="200.00">
51
<lane id="beg_0" index="0" speed="13.89" length="200.00" shape="0.00,0.00 100.00,0.00"/>
52
</edge>
53
<edge id="end" from="gneJ5" to="gneJ7" priority="1" spreadType="center">
54
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="300.00,0.00 400.00,0.00"/>
55
</edge>
56
<edge id="middle" from="gneJ3" to="gneJ5" priority="1" spreadType="center" length="100.00" shape="100.00,0.00 200.00,0.00 300.00,0.00">
57
<lane id="middle_0" index="0" speed="13.89" length="100.00" shape="100.00,0.00 200.00,0.00 300.00,0.00"/>
58
</edge>
59
60
<junction id="gneJ2" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,1.60 0.00,-1.60"/>
61
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="beg_0" intLanes=":gneJ3_0_0" shape="100.00,1.60 100.00,-1.60 100.00,1.60">
62
<request index="0" response="0" foes="0" cont="0"/>
63
</junction>
64
<junction id="gneJ5" type="priority" x="300.00" y="0.00" incLanes="middle_0" intLanes=":gneJ5_0_0" shape="300.00,1.60 300.00,-1.60 300.00,1.60">
65
<request index="0" response="0" foes="0" cont="0"/>
66
</junction>
67
<junction id="gneJ7" type="dead_end" x="400.00" y="0.00" incLanes="end_0" intLanes="" shape="400.00,-1.60 400.00,1.60"/>
68
69
<connection from="beg" to="middle" fromLane="0" toLane="0" via=":gneJ3_0_0" dir="s" state="M"/>
70
<connection from="middle" to="end" fromLane="0" toLane="0" via=":gneJ5_0_0" dir="s" state="M"/>
71
72
<connection from=":gneJ3_0" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
73
<connection from=":gneJ5_0" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
74
75
</net>
76
77