[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[sumo-user] Jumps and Bus stops - SUMO 1.18
|
Dear SUMO community,
I have a bus route (circular route) that starts inside the simulation, exits the simulation for some time (makes a jump) and then re-enters the simulation etc. I have provided the relevant route file where I have defined it. I get this error "Error: Vehicle 'bus_19B--MOYSEIO-XALANDRI_(SIDERA)' has no valid route from edge 'E246' to stop edge 'E243'.".
<stop edge="E246" duration="0" jump="2375"/>
<stop busStop="60607_060607" duration="12" arrival="31352"/>
E246 is the edge where the jump happens and where the route is disconnected and then the bus should enter again in edge E245 and make a stop (busStop = "60607_060607") in the outgoing edge of E245 which is E243. But the error says that there is no valid route. If I comment out this bus stop then it throws an error that there is no valid route between edge E246 and the edge where the next bus stop is placed.
There is nothing wrong with the definition of edges because when I comment out all the subsequent arranged stops (at bus stops) after the stop-jump everything works fine.
Is there anything wrong with my definition? Thanks in advance.
Best regards,
Manos
<?xml version="1.0" ?>
<routes>
<vType id="bus" accel="1.0" decel="4.0" sigma="0.5" length="12" width="2.5" maxSpeed="15" lcStrategic="1.0" lcSpeedGain="0.1" lcCooperative="1.0" lcKeepRight="1.0" lcAssertive="1.5" vClass="bus" color="blue" guiShape="bus"/>
<route id="19B--MOYSEIO-XALANDRI_(SIDERA)" edges="552652 552652.128 552664 552664.172 552670 552670.83 552778 552782 552782.191 552788 552792 552770.125 554844 552758 552758.10 552758.10.107 552756 551898 556078 556078.77 556078.109 556082 556088 556094.106 556100 556100.46 556108 556108.149 556116 E246 E245 E243 556120.61 556106 556098 556096.94 556090 556084 556076 556074 551900 552762 552754 552760 552760.127 552772 552790 552786 552780 552780.222 552776 552668 552668.103 552662 552662.201 552656 552650 552646 552642 552638 552632 552628 552628.40 630297 552496 554836 551738 551736 551754 551760 551762 551750 552634 552634.64 552640 552644 552648 552652 552652.128 552664 552664.172 552670 552670.83 552778 552782 552782.191 552788 552792 552770.125 554844 552758 552758.10">
<stop busStop="60068_060068" duration="12" arrival="27937"/>
<stop busStop="60069_060069" duration="12" arrival="28067"/>
<stop busStop="60071_060071" duration="12" arrival="28230"/>
<stop busStop="60072_060072" duration="12" arrival="28346"/>
<stop busStop="60073_060073" duration="12" arrival="28490"/>
<stop busStop="60598_060598" duration="12" arrival="28706"/>
<stop busStop="60601_060601" duration="12" arrival="28746"/>
<stop busStop="60603_060603" duration="12" arrival="28837"/>
<stop busStop="60604_060604" duration="12" arrival="28895"/>
<stop edge="E246" duration="0" jump="2375"/>
<stop busStop="60607_060607" duration="12" arrival="31352"/>
<stop busStop="60608_060608" duration="12" arrival="31503"/>
<stop busStop="60610_060610" duration="12" arrival="31603"/>
<stop busStop="60611_060611" duration="12" arrival="31657"/>
<stop busStop="60993_060993" duration="12" arrival="31708"/>
<stop busStop="61126_061126" duration="12" arrival="31787"/>
<stop busStop="60614_060614" duration="12" arrival="31840"/>
<stop busStop="60616_060616" duration="12" arrival="32015"/>
<stop busStop="60617_060617" duration="12" arrival="32113"/>
<stop busStop="60618_060618" duration="12" arrival="32223"/>
<stop busStop="60619_060619" duration="12" arrival="32308"/>
<stop busStop="60058_060058" duration="12" arrival="32413"/>
<stop busStop="60620_060620" duration="12" arrival="32482"/>
<stop busStop="10191_32" duration="2630.0" arrival="32671" parking="true"/>
<stop busStop="60034_060034" duration="12" arrival="35343"/>
<stop busStop="60035_060035" duration="12" arrival="35447"/>
<stop busStop="60036_060036" duration="12" arrival="35469"/>
<stop busStop="60068_060068" duration="12" arrival="35555"/>
<stop busStop="60069_060069" duration="12" arrival="35609"/>
<stop busStop="60071_060071" duration="12" arrival="35722"/>
<stop busStop="60072_060072" duration="12" arrival="35853"/>
<stop busStop="60073_060073" duration="12" arrival="35942"/>
</route>
<vehicle id="bus_19B--MOYSEIO-XALANDRI_(SIDERA)" type="bus" route="19B--MOYSEIO-XALANDRI_(SIDERA)" depart="27910" departSpeed="0" departLane="best"/>
</routes>