Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e2detector/load/friendlypos/additionals.add.xml
169781 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- valid friendlyPos (missing) -->
4
<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" pos="35" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00"/>
5
6
<!-- non valid friendlyPos (dummy) -->
7
<laneAreaDetector id="E2_02" lane="EdgeCenter0_0" pos="35" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00" friendlyPos="dummyFriendlyPos"/>
8
9
<!-- valid friendlyPos, invalid pos 1 -->
10
<laneAreaDetector id="E2_03" lane="EdgeCenter0_0" pos="-50" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00" friendlyPos="1"/>
11
12
<!-- valid friendlyPos, invalid pos 1 -->
13
<laneAreaDetector id="E2_04" lane="EdgeCenter0_0" pos="500" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00" friendlyPos="1"/>
14
15
<!-- valid friendlyPos, invalid length 1-->
16
<laneAreaDetector id="E2_05" lane="EdgeCenter0_0" pos="36" length="800.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00" friendlyPos="1"/>
17
18
<!-- valid friendlyPos, invalid length 2-->
19
<laneAreaDetector id="E2_06" lane="EdgeCenter0_0" pos="37" length="-200.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="12.00" friendlyPos="1"/>
20
21
</additional>
22
23