Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/function/ignore_errors3/input_routes.rou.xml
185786 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-03-24 14:32:24 by Eclipse SUMO netedit Version v1_22_0+0975-14878d4f7c2
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_1" depart="0.00">
9
<route edges="E1 E2 E3"/>
10
</vehicle>
11
<vehicle id="v_2" depart="0.00" type="DEFAULT_BIKETYPE">
12
<route edges="E1 E2 E3"/>
13
</vehicle>
14
<vehicle id="v_3" depart="0.00">
15
<routeDistribution>
16
<route edges="E1 E2 E3" probability="0.5"/>
17
<route edges="E2 E3" probability="0.5"/>
18
</routeDistribution>
19
</vehicle>
20
</routes>
21
22