Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/driverstate/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">
3
<param key="has.driverstate.device" value="true"/>
4
<param key="device.driverstate.initialAwareness" value="0.5"/>
5
</vType>
6
<route id="r1" edges="CN NC CS SC">
7
</route>
8
<vehicle id="v0" type="car" depart="0" route="r1"/>
9
</routes>
10
11