Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/save_collision_stopped/input_routes.rou.xml
169686 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" length="3" minGap="2" maxSpeed="70"/>
3
<route id="always_right" edges="3si 2o"/>
4
<flow id="always_right" type="SUMO_DEFAULT_TYPE" route="always_right" begin="0" end="10000" period="1"/>
5
<route id="horizontal" edges="1si 2o"/>
6
<flow id="horizontal" type="SUMO_DEFAULT_TYPE" route="horizontal" begin="0" end="10000" period="1"/>
7
</routes>
8
9