Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/setStop/newInternalStop/input_routes.rou.xml
169731 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vehicle id="ego" depart="0">
3
<route edges="SC CN">
4
<stop lane="SC_0" endPos="60" duration="5"/>
5
</route>
6
</vehicle>
7
</routes>
8
9