Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/persons/ride_waiting_busStop/input_routes.rou.xml
169731 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" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10" impatience="0.5"/>
3
<trip id="v0" depart="0" from="3/1to2/1" to="1/1to0/1">
4
<stop edge="3/1to2/1" duration="10" startPos="0" endPos="20"/>
5
</trip>
6
<person id="persontrip_car" depart="2" departPos="10">
7
<stop busStop="bs0" duration="0"/>
8
<ride to="1/1to0/1" lines="v0"/>
9
</person>
10
</routes>
11
12