Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/addStops2Routes/withPersons/input_routes.rou.xml
428507 views
1
<routes>
2
<vType id="type1" vClass="bicycle"/>
3
<vehicle id="0_parkingA" type="type1" depart="0" color="1,0,0">
4
<route edges="SC CN"/>
5
</vehicle>
6
<person id="p0" depart="1">
7
<walk edges="SC CN"/>
8
</person>
9
10
</routes>
11
12