Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/trafficlight/actuated/input_routes.rou.xml
169720 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<flow id="SN" begin="0" end="3600" period="10">
3
<route edges="SC CN"/>
4
</flow>
5
<flow id="WE" begin="0" end="3600" period="10">
6
<route edges="WC CE"/>
7
</flow>
8
</routes>
9
10