Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/simpla/max_size/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="car" color="cyan"/>
3
<vType id="t_leader" color="yellow"/>
4
<vType id="t_follower" color="green" minGap="0.5" tau="0.5"/>
5
<vType id="t_catchup" color="red" minGap="0.5" tau="0.5"/>
6
<vType id="t_catchupFollower" color="blue" minGap="0.5" tau="0.5"/>
7
8
<flow id="v" type="car" begin="0" number="4" period="5" departSpeed="max" from="left0A0" to="A0right0" />
9
</routes>
10
11