Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/persons/walk_nonInteracting/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="DEFAULT_VEHTYPE" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10" impatience="0.5"/>
3
<route id="r1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
4
<person id="walk_route_id" depart="0">
5
<walk route="r1"/>
6
</person>
7
<person id="walk_route" depart="1">
8
<walk edges="2/1to1/1 3/1to2/1"/>
9
</person>
10
<person id="walk_trip" depart="2">
11
<walk from="3/1to2/1" to="1/1to0/1"/>
12
</person>
13
</routes>
14
15