Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/misc/runSeeds/input_routes.rou.xml
428379 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-05-01 02:46:50 by Eclipse SUMO netedit Version v1_12_0+2412-a6b9684
4
-->
5
6
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
7
<!-- Vehicles, persons and containers (sorted by depart) -->
8
<vehicle id="v_0" depart="0.00" departEdge="random" departSpeed="random">
9
<route edges="a b c d e b f"/>
10
</vehicle>
11
</routes>
12
13