Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/distance_after_reroute/data/hello.rou.xml
169722 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
3
<vType accel="1.0" decel="5.0" id="Stapler" length="5.0" minGap="2.0" maxSpeed="10.0" sigma="0" />
4
5
<route id="LSR_00__LSR_02" edges="ed0 ed1 ed2"/>
6
<route id="short" edges="ed1 ed2"/>
7
8
<vehicle depart="1" id="Stapler_00" route="LSR_00__LSR_02" type="Stapler" />
9
</routes>
10
11