Open namdre opened 2 years ago
see tests/sumo/extended/stops/parkingArea_onRoad/congestion
Hey, I wanted to know what is the current status of this bug and if there are any suggested workarounds till the bug is fixed?
as a workaround you could forbid lane changing towards the parking lane, this would force vehicles to enter the lane early. See https://sumo.dlr.de/docs/Networks/PlainXML.html#lane-specific_definitions for attribute explanation. the changes can be done with netedit
Thanks a lot for your quick reply. I don't know if that would help in my case. For my case I am simulating behaviour of charging pods that can charge other vehicles when the charge is requested. I want these vehicles to stay parked until charge is requested. I am having an issue where the charging pod (yellow vehicles) fills the parking lot from behind, even though there space available in front. SUMO still considers the vehicle as waiting even though the vehicle in front leaves. The simulator then reroutes the charging pod to another parking lot even though there is already space available at this parking area as shown in the video. Let me know if you have any other suggestions to solve this issue. Let me know if you need more information,
Thanks again for your quick reply and effort.
https://github.com/eclipse-sumo/sumo/assets/72418210/f0c2c672-b637-4e56-8b36-ea798b61d9e7
if you don't want to simulate the extra road capacity that comes from using/not using the parking lane, consider using a "normal" off-road parking area on a road with two lanes. This is more robust than the on-road parking implementation.
I see, is it possible to combine charging stations with off-road parking as I also want the electric vehicles to charge while they are parked?
Yes. That should work. Let me know if it doesn't. (comments from @m-kro welcome)
Yes, it works. Thanks a lot for your help.
the original bug is still there, only the (unrelated) question was answered.
The concept of "reservations" is currently used for vehicles that are already on the parkingArea lane. When the parkingArea has onRoad=true, the vehicles may enter the target lane very late (with a final lane change) and reservations do not work. This lead to multiple vehicles targeting the same empty space. Once the first vehicle reaches that space, the vehicle behind is stuck and potentially blocks the egress of other vehicles from their parking spaces.
see
tests/sumo/extended/stops/parkingArea_onRoad/long_lots