Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/testAPI/input_routes.rou.xml
428353 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="t1" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10"/>
3
<vType id="stilts" vClass="pedestrian" height="5"/>
4
<route id="r1" edges="e_m3 e_m4"/>
5
<vehicle id="0" depart="0" departSpeed="10" departPos="100" route="r1" type="t1"/>
6
7
<person id="pWaiting" depart="0">
8
<stop busStop="bs1" duration="0.1"/>
9
<ride to="e_m5" lines="dummy"/>
10
</person>
11
<person id="p0" depart="8">
12
<walk edges="e_m3 e_m4" speed="2"/>
13
</person>
14
15
<vehicle id="3" depart="10" departSpeed="10" departPos="100" route="r1" type="t1"/>
16
<vehicle id="4" depart="15" departSpeed="10" departPos="100" route="r1" type="t1"/>
17
</routes>
18
19