[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] Rerouting while parking
|
The "edges" attribute of the rerouter defines where vehicles should be rerouted (see docs). You have added the same edges for all rerouters which may trigger this behaviour.
The general rules for parking rerouting are defined in the docs:
- when a vehicle reaches a parkingArea and is unable to stop due to lack of capacity
- when a vehicle enters one of the rerouter-edges and the following conditions are all met:
- its current destination parkingArea is among the set of parkingAreaReroute definitions and has attribute
visible="true"
- its current destination parkingArea is full
Can't you just add the rerouter on the respective parking edge (not "everywhere" in the network)?
Best regards,
Mirko
-----Original-Nachricht-----
Betreff: [sumo-user] Rerouting while parking
Datum: 2025-02-05T10:41:40+0100
Von: "Rohan Verma via sumo-user" <sumo-user@xxxxxxxxxxx>
An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>
Dear community,
In my network, 4 edges are being used for parking with each edge having 8 parking spaces. 4 flows are created is having a stop at separate parking edges. I want vehicles to reroute among the parking spaces of their destination edge only. The rerouter file is attached.
However, during the simulation, all the vehicles rerouted among all the parking spaces rather than just among their destination edge's parking space.
What might be the reason for this? Is there a mistake in defining the rerouter file.
Any help is greatly appreciated.
Thanks and regards,
Rohan