Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket4563/input_routes.rou.xml
169720 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="tLead" sigma="0" maxSpeed="10"/>
3
<vType id="tFollow" sigma="0" maxSpeed="13" accel="1.0"/>
4
<route id="r0" edges="E" />
5
<vehicle id="lead" type="tLead" depart="0" departSpeed="max" route="r0"/>
6
<vehicle id="follow" type="tFollow" depart="1" departSpeed="11" departLane="1" route="r0" />
7
<vehicle id="neighFollow" type="tLead" depart="2" departSpeed="max" route="r0" />
8
</routes>
9
10