Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/simpla/platoon_manager/input_net2.net.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mi 11 Okt 2017 17:20:25 CEST by Netedit Version dev-SVN-r26237
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="longedge.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="longedge.net.xml"/>
17
</output>
18
19
<processing>
20
<no-internal-links value="true"/>
21
<no-turnarounds value="true"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
<junctions.corner-detail value="0"/>
25
<rectangular-lane-cut value="false"/>
26
<walkingareas value="false"/>
27
</processing>
28
29
</configuration>
30
-->
31
32
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
33
34
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,2000.00,100.00" origBoundary="-20000000000.00,-20000000000.00,20000000000.00,20000000000.00" projParameter="!"/>
35
36
<edge id="CE" from="C" to="E" priority="1" shape="1000.00,0.00 2000.00,0.00">
37
<lane id="CE_0" index="0" speed="13.89" length="1000.00" shape="1004.75,-1.65 2000.00,-1.65"/>
38
</edge>
39
<edge id="CN" from="C" to="N" priority="1">
40
<lane id="CN_0" index="0" speed="13.89" length="100.00" shape="1001.65,4.75 1001.65,100.00"/>
41
</edge>
42
<edge id="CW" from="C" to="W" priority="1" shape="1000.00,0.00 0.00,0.00">
43
<lane id="CW_0" index="0" speed="13.89" length="1000.00" shape="998.55,1.65 -0.00,1.65"/>
44
</edge>
45
<edge id="EC" from="E" to="C" priority="1" shape="2000.00,0.00 1000.00,0.00">
46
<lane id="EC_0" index="0" speed="13.89" length="1000.00" shape="2000.00,1.65 1004.75,1.65"/>
47
</edge>
48
<edge id="WC" from="W" to="C" priority="1" shape="0.00,0.00 1000.00,0.00">
49
<lane id="WC_0" index="0" speed="13.89" length="1000.00" shape="-0.00,-1.65 998.55,-1.65"/>
50
</edge>
51
52
<junction id="C" type="priority" x="1000.00" y="0.00" incLanes="EC_0 WC_0" intLanes="" shape="1000.05,4.75 1003.25,4.75 1004.75,3.25 1004.75,-3.25 998.55,-3.25 998.55,3.25">
53
<request index="0" response="0000" foes="1000"/>
54
<request index="1" response="0000" foes="1000"/>
55
<request index="2" response="0000" foes="0000"/>
56
<request index="3" response="0011" foes="0011"/>
57
</junction>
58
<junction id="E" type="unregulated" x="2000.00" y="0.00" incLanes="CE_0" intLanes="" shape="2000.00,0.05 2000.00,-3.25 2000.00,-0.05"/>
59
<junction id="N" type="dead_end" x="1000.00" y="100.00" incLanes="CN_0" intLanes="" shape="1003.25,100.00 1000.05,100.00"/>
60
<junction id="W" type="unregulated" x="0.00" y="0.00" incLanes="CW_0" intLanes="" shape="-0.00,-0.05 -0.00,3.25 -0.00,0.05"/>
61
62
<connection from="EC" to="CN" fromLane="0" toLane="0" dir="r" state="M"/>
63
<connection from="EC" to="CW" fromLane="0" toLane="0" dir="s" state="M"/>
64
<connection from="WC" to="CE" fromLane="0" toLane="0" dir="s" state="M"/>
65
<connection from="WC" to="CN" fromLane="0" toLane="0" dir="l" state="m"/>
66
67
</net>
68
69