Path: blob/main/tests/traci/testAPI/input_routes.rou.xml
428353 views
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">1<vType id="t1" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10"/>2<vType id="stilts" vClass="pedestrian" height="5"/>3<route id="r1" edges="e_m3 e_m4"/>4<vehicle id="0" depart="0" departSpeed="10" departPos="100" route="r1" type="t1"/>56<person id="pWaiting" depart="0">7<stop busStop="bs1" duration="0.1"/>8<ride to="e_m5" lines="dummy"/>9</person>10<person id="p0" depart="8">11<walk edges="e_m3 e_m4" speed="2"/>12</person>1314<vehicle id="3" depart="10" departSpeed="10" departPos="100" route="r1" type="t1"/>15<vehicle id="4" depart="15" departSpeed="10" departPos="100" route="r1" type="t1"/>16</routes>171819