Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/routes/named/repeat_cycletime/input_routes.rou.xml
185789 views
1
<routes>
2
<vType id="bus" sigma="0" maxSpeed="3"/>
3
<route id="busroute" edges="a b c -c -b -a a b c -c -b -a a b c -c -b -a" repeat="2" cycleTime="150">
4
<stop busStop="busStop_a" duration="10" until="20"/>
5
<stop busStop="busStop_c" duration="10" until="40"/>
6
<stop busStop="busStop_-c" duration="10" until="60"/>
7
<stop busStop="busStop_-a" duration="10" until="80"/>
8
</route>
9
<flow id="bus" type="bus" begin="0" number="2" period="100" route="busroute"/>
10
<vehicle id="bus_single" type="bus" depart="300" route="busroute"/>
11
</routes>
12
13