Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/device_prob/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="DEFAULT_VEHTYPE" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10" impatience="0.5"/>
3
<route id="r1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
4
<flow id="0" begin="0" period="2" end="100" route="r1" departSpeed="max"/>
5
</routes>
6
7