Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/output/generateITetrisIntersectionMetrics/cross1ltl_freq3600/input_routes.rou.xml
428514 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="SUMO_DEFAULT_TYPE" accel="0.8" decel="4.5" sigma="0.5" length="3" minGap="2" maxSpeed="70"/>
3
<route id="always_right" edges="1i 4o 4i 2o 2i 3o 3i 1o 1i"/>
4
<flow id="always_right" type="SUMO_DEFAULT_TYPE" route="always_right" begin="0" period="30" number="100"/>
5
<route id="always_left" edges="3i 2o 2i 4o 4i 1o 1i 3o 3i"/>
6
<flow id="always_left" type="SUMO_DEFAULT_TYPE" route="always_left" begin="0" period="30" number="100"/>
7
<route id="horizontal" edges="2i 1o 1i 2o 2i"/>
8
<flow id="horizontal" type="SUMO_DEFAULT_TYPE" route="horizontal" begin="0" period="30" number="100"/>
9
<route id="vertical" edges="3i 4o 4i 3o 3i"/>
10
<flow id="vertical" type="SUMO_DEFAULT_TYPE" route="vertical" begin="0" period="30" number="100"/>
11
</routes>
12
13