Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Rerouting while parking

> I thought that since the current destination parkingArea is not among the set of parkingAreaReroute definitions (4 different rerouters), the vehicles should ignore this.
This might be a bug. Please provide minimal scenario files and specify the exact time/vehicle where unexpected rerouting occurs.

Am Mi., 5. Feb. 2025 um 11:09 Uhr schrieb Rohan Verma via sumo-user <sumo-user@xxxxxxxxxxx>:
The reason for adding all the edges is that afterwards, I want to add parking spaces at a randomly selected edge and then add that particular edge to the rerouter. Therefore, to make it easier, I added all the edges to the rerouter.
I thought that since the current destination parkingArea is not among the set of parkingAreaReroute definitions (4 different rerouters), the vehicles should ignore this.
Anyhow, I will try with only the destination edge in the rerouter.
Thanks for your help.

On Wed, Feb 5, 2025 at 3:31 PM Mirko Barthauer via sumo-user <sumo-user@xxxxxxxxxxx> wrote:

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

 


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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