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 < [email protected]>: > > > ---------- Forwarded message --------- > From: vincentobiako <[email protected]> > Date: Tue, Oct 19, 2021 at 2:29 PM > Subject: Resolving "ChargingStation not Downstream current Route" Error > To: [email protected] <[email protected]> > > > 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 <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
