Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Fwd: Resolving "ChargingStation not Downstream current Route" Error

You can only use setStop for edges/stopping places that are on the upcoming route of a vehicle.
To make a detour to another stop you can use the replaceStop function as this will modify the route so it uses the fastest path to the new stop and then continues with the next regular stop afterwards
If you do not want to skip a regular stop but rather add a new one, first add a new stop on the current route (i.e. on the current edge)  and then replace it.

Am Mi., 20. Okt. 2021 um 23:03 Uhr schrieb Ifezue Obiako <vincentobiako@xxxxxxxxx>:


---------- Forwarded message ---------
From: vincentobiako <vincentobiako@xxxxxxxxx>
Date: Tue, Oct 19, 2021 at 2:29 PM
Subject: Resolving "ChargingStation not Downstream current Route" Error
To: sumo-user@xxxxxxxxxxx <sumo-user@xxxxxxxxxxx>


Hello Everyone

 

I am currently trying to figure out the fueling behavior for the vehicles within my simulation in SUMO. What I am trying to do is have the buses in my simulation network go from a current bus stop to the fuel or charging station within my simulation once they reach a fuel capacity of 553000 and when their bus capacity is equal to 0. However, I keep getting these errors in the SUMO gui and I was wondering how exactly can I go about fixing these errors?

 

 

I have attached my files for reference just in case.

 

Thank you for the help in advance

Ifezue 

 

 

Sent from Mail for Windows

 

_______________________________________________
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