Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/setAcceleration/input_routes.rou.xml
169689 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="car" sigma="0" maxSpeed="25"/>
3
<route id="r1" edges="a"/>
4
<vehicle id="v0" type="car" depart="0" route="r1" departSpeed="max" speedFactor="1"/>
5
</routes>
6
7