Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/tutorial/hello/data/hello.rou.xml
169689 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="Car" length="5.0" minGap="2.0" maxSpeed="50.0" sigma="0" />
4
5
<route id="route0" edges="1to2 out" />
6
7
<vehicle depart="1" id="veh0" route="route0" type="Car" />
8
</routes>
9
10