Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Route override after dispatchTaxi()

It looks as if you're accidentally calling setRoute with the same list of edges multiple times after dispatch. After some driving, this list of edges is no longer sensible.

Am Mi., 2. Juli 2025 um 05:01 Uhr schrieb Jay Patel via sumo-user <sumo-user@xxxxxxxxxxx>:
I am using the dispatchTaxi() and trying to re-route the taxi route after onboarding the passenger, I had specified the route it should follow, but I am getting the error of "no connection edge between B0B1 and B0B1". I am attaching my code with this email

I don't want to use the default route set by traci dispatchTaxi(). How can I safely override the route after dispatchTaxi()? but I want to use my custom route after onboarding the passenger. Plz help me with this issue. 

Thanks, 
Jay
_______________________________________________
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