Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/misc/tracing_close_start/input_routes.rou.xml
169743 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<route id="horizontal" edges="2fi 2si 1o"/>
3
<vehicle id="veh0" route="horizontal" depart="0"/>
4
5
<vType id="pType" maxSpeed="7"/>
6
<person id="ped0" depart="0" departPos="-10">
7
<walk edges="2fi 2si 1o"/>
8
</person>
9
</routes>
10
11