Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/cut_routes/keep_disconnected/input_routes.rou.xml
428507 views
1
<routes>
2
<vType id="fast" maxSpeed="50"/>
3
<vehicle id="left" type="fast" depart="0">
4
<route edges="beg beg2left left left2end end rend"/>
5
</vehicle>
6
<vType id="slow" maxSpeed="5"/>
7
<vehicle id="straight" type="slow" depart="0">
8
<route edges="beg middle end rend"/>
9
</vehicle>
10
</routes>
11
12