Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Jumps and Bus stops - SUMO 1.18

The issue should be resolved, starting with tomorrows nightly version: https://github.com/eclipse-sumo/sumo/issues/15635#issuecomment-2437124267

Am Do., 24. Okt. 2024 um 09:15 Uhr schrieb Mirko Barthauer via sumo-user <sumo-user@xxxxxxxxxxx>:

Hi Manos,

 

can you please check whether the problem happens as well with the newest release v. 1.21 (download page)? If yes, then it would helpful to provide a small failing scenario to investigate the actual reason of the error.

 

Best regards,

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] Jumps and Bus stops - SUMO 1.18

Datum: 2024-10-23T20:21:07+0200

Von: "manos kampitakis via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>

 

 

 

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

 


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top