Path: blob/main/tools/game/rail_demo/input_routes.rou.xml
169679 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<vType id="freightTrain" vClass="rail" length="72" speedFactor="0.6" decel="1" accel="1" imgFile="../images/locomotive.png" color="white"4personCapacity="12" boardingDuration="10" jmIgnoreJunctionFoeProb="1">5<param key="seatingWidth" value="1"/>6<param key="locomotiveLength" value="12"/>7<param key="carriageLength" value="10"/>8<param key="carriageGap" value="0.3"/>9<param key="carriageImages" value="../images/railcarFreight.png,../images/railcarFreight.png,../images/railcarFreight2.png,../images/railcarFreight.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight.png"/>10</vType>11<vType id="passengerTrain" vClass="rail" length="52" speedFactor="0.9" decel="1" accel="1" imgFile="../images/locomotive.png" color="white"12personCapacity="8" boardingDuration="10" jmIgnoreJunctionFoeProb="1">13<param key="seatingWidth" value="1"/>14<param key="locomotiveLength" value="12"/>15<param key="carriageLength" value="20"/>16<param key="carriageGap" value="0.3"/>17<param key="carriageImages" value="../images/railcarPassenger.png"/>18</vType>1920<route id="freight" edges="-E30.50 -E300 E28 E28.46 -E24 E0 E3 E6 E23.25 -E26.46 -E26 -E31" repeat="1000">21<stop busStop="ts_1" duration="60.00"/>22<stop busStop="ts_6" duration="60.00"/>23</route>24<vehicle id="freight_0" type="freightTrain" depart="0.00" departPos="stop" arrivalSpeed="0.00" line="line1" route="freight"/>2526<route id="passenger_alternate" edges="E1 E7 E9 E26 E26.46 -E23 -E230 -E19 -E17 -E21 E24 E24.25 -E28.46 -E28 -E25 E5 E2 E8 E9 E26 E26.46 -E23 -E230 -E20 -E18 -E22 E24 E24.25 -E28.46 -E28 -E25 E4" repeat="1000">27<stop busStop="ts_2" duration="60.00"/>28<stop busStop="ts_4" duration="60.00"/>29<stop busStop="ts_3" duration="60.00"/>30<stop busStop="ts_5" duration="60.00"/>31</route>32<vehicle id="trip_1" type="passengerTrain" depart="0.00" departPos="stop" arrivalSpeed="0.00" line="line2" route="passenger_alternate"/>3334<route id="passenger" edges="E2 E8 E9 E26 E26.46 -E23 -E230 -E20 -E18 -E22 E24 E24.25 -E28.46 -E28 -E25 E5" repeat="1000">35<stop busStop="ts_3" duration="60.00"/>36<stop busStop="ts_5" duration="60.00"/>37</route>38<vehicle id="trip_2" type="passengerTrain" depart="0.00" departPos="stop" arrivalSpeed="0.00" line="line2" route="passenger"/>3940<vType id="DEFAULT_PEDTYPE" width="2" length="2"/>41<personFlow id="y" begin="0" number="35000" period="exp(0.07)" color="yellow">42<stop trainStop="ts_6" duration="0"/>43<ride trainStop="ts_1" lines="freight_0"/>44</personFlow>45<personFlow id="g" begin="0" number="20000" period="exp(0.05)" color="green">46<stop trainStop="ts_2" duration="0"/>47<ride trainStop="ts_4" lines="trip_1 trip_2"/>48</personFlow>49<personFlow id="b" begin="0" number="45000" period="exp(0.1)" color="cyan">50<stop trainStop="ts_3" duration="0"/>51<ride trainStop="ts_5" lines="trip_1 trip_2"/>52</personFlow>53</routes>545556