Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e2detector/load/endpos/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
<!-- non valid position (missing) -->
4
<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>
5
6
<!-- non valid position (dummy) -->
7
<laneAreaDetector id="E2_02" lane="EdgeCenter0_0" endPos="dummyPosition" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>
8
9
<!-- non valid position (negative) -->
10
<laneAreaDetector id="E2_03" lane="EdgeCenter0_0" endPos="-5" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>
11
12
<!-- non valid position (overpassing lane length) -->
13
<laneAreaDetector id="E2_04" lane="EdgeCenter0_0" endPos="3000" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>
14
15
<!-- valid position -->
16
<laneAreaDetector id="E2_05" lane="EdgeCenter0_0" endPos="10" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>
17
18
</additional>
19
20