Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/edge_length_different/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" sigma="0"/>
3
<vehicle id="0" depart="0" departSpeed="10">
4
<route edges="E0 E1"/>
5
</vehicle>
6
<vehicle id="1" depart="0" departSpeed="10">
7
<route edges="E1"/>
8
</vehicle>
9
</routes>
10
11