Path: blob/main/tests/complex/traci/bugs/ticket2777/input_routes.rou.xml
169689 views
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">1<!-- to fast to stop (stop on the current edge) -->2<vehicle id="v0" depart="0" departSpeed="max" departPos="0">3<route edges="beg middle end"/>4</vehicle>56<!-- to fast to stop (stop is on the next edge) -->7<vehicle id="v1" depart="20" departSpeed="max" departPos="0">8<route edges="middle end"/>9</vehicle>1011<!-- to fast to stop (stop is on the next edge but that edge is very short) -->12<vehicle id="v2" depart="40" departSpeed="max" departPos="-1">13<route edges="beg middle end"/>14</vehicle>1516<!-- to fast to stop (stop is on the next edge but that edge is very short,17the route ends after the stop edge) -->18<vehicle id="v3" depart="60" departSpeed="max" departPos="-1">19<route edges="beg middle"/>20</vehicle>21</routes>222324