Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/get_variable/Person/input_routes.rou.xml
428384 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" length="0.3" minGap="0.2" maxSpeed="7" width="0.5" vClass="pedestrian"/>
3
<person id="0" depart="0" type="t1" departPos="100">
4
<walk edges="4/1to3/1 3/1to2/1" arrivalPos="-0.01"/>
5
</person>
6
</routes>
7
8