Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket4418/input_routes.rou.xml
169689 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="t0" sigma="0" />
3
<route id="r0" edges="E" />
4
<vehicle id="lead" depart="0" departSpeed="max" route="r0" >
5
<stop lane="E_0" endPos="200" duration="50" />
6
</vehicle>
7
<vehicle id="follow" depart="10" departSpeed="max" route="r0" />
8
</routes>
9
10