Path: blob/main/tests/complex/tutorial/traci_taxi/data/demand.rou.xml
169689 views
<?xml version="1.0" encoding="UTF-8"?>12<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">3<!-- Route -->4<route edges="-gneE2 gneE0 -gneE0 gneE2 -gneE2" color="yellow" id="route_0"/>56<!-- Taxi-Type -->7<vType id="taxi" vClass="taxi" personCapacity="8">8<param key="has.taxi.device" value="true"/>9</vType>1011<!-- Other vehicles driving on streets -->12<vehicle id="vehicle_0" depart="0.00" route="route_0"/>1314<vehicle id="vehicle_1" depart="0.00" route="route_0"/>1516<!-- People heading to the busstop -->17<person id="HeadingBusstop1" depart="0.00" color="green">18<walk from="-gneE1" busStop="busStop_gneE0_0_0"/>19<ride from="gneE0" to="gneE2" lines="taxi"/>20</person>2122<person id="HeadingBusstop2" depart="1.00" color="green">23<walk from="-gneE1" busStop="busStop_gneE0_0_0"/>24<ride from="gneE0" to="-gneE2" lines="taxi"/>25</person>2627<person id="HeadingBusstop3" depart="3.00" color="green">28<walk from="-gneE1" busStop="busStop_gneE0_0_0"/>29<ride from="gneE0" to="-gneE0" lines="taxi"/>30</person>3132<person id="HeadingBusstop4" depart="4.00" color="green">33<walk from="-gneE1" busStop="busStop_gneE0_0_0"/>34<ride from="gneE0" to="gneE0" lines="taxi"/>35</person>3637<person id="HeadingBusstop5" depart="5.00" color="green">38<walk from="-gneE1" busStop="busStop_gneE0_0_0"/>39<ride from="gneE0" to="gneE2" lines="taxi"/>40</person>4142<!-- Other vehicles driving on streets -->43<vehicle id="vehicle_3" depart="130.00" route="route_0"/>44<vehicle id="vehicle_4" depart="134.00" route="route_0"/>45</routes>464748