Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/vclasses/passenger_test_routes_false/input_routes.rou.xml
185786 views
1
<?xml version="1.0"?>
2
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
3
<vType id="0" accel="2.60" decel="4.50" sigma="0.5" length="3" minGap="2" maxSpeed="70.00" tau="1.00" vClass="passenger"/>
4
<vehicle id="0_0" type="0" depart="0">
5
<route edges="absBeg beg2left left left2end end absEnd"/>
6
</vehicle>
7
</routes>
8
9