Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/changeTarget/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"/>
3
<trip id="v" type="car" depart="0" departSpeed="avg" from="A1B1" to="C1D1">
4
<stop edge="B2C2" duration="5"/>
5
</trip>
6
</routes>
7
8