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