Hello everyone,
I hope I'm in the right place on this mailing list; I'm having an implementation issue with my simulation.
I want to simulate a package delivery. The vehicle should make a single stop on each street and, using tranship, deliver to both sides of the street without having to turn around.
My problem: My streets always consist of at least two street sides (edge and
-edge). To navigate the vehicle to a stop, I have to specify an edge—but which one I choose (edge and
-edge) determines the entire route, since the vehicle arrives from a completely different direction depending on the choice of edge
or -edge and the previous stop.
I need a solution where only the street is specified as the destination and the router automatically selects the shortest route (in this case
edge or -edge).
Is there a way to define a stop so that both directions of a street are treated as equally valid destinations, and the decision of
edge or -edge is left to the vehicle depending on the previous route?
I am using SUMO 1.22.0
Many thanks, Isabel