[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] Problem (maybe a bug) with parking in a bus stop - SUMO 1.18
|
Dear Jacob,
I altered the test to replicate the problem as follows:
1) I changed the configuration of bus stops (bs0 is the bus stop we care about) where the length of the bus stop is 10m but the parkingLength attribute is set to 22 (2 buses can park simultaneously)
<busStop id="bs0" lane="beg_0" startPos="100" endPos="110" parkingLength="22"/>
<busStop id="bs1" lane="beg_0" startPos="300" endPos="310" parkingLength="22"/>
2) I altered also the info_routes.rou.xml to have consecutive only overlaps.
In your tests if I do only change 2) then everything works as expected which is that the 3rd departed vehicle parks in front of the 2nd departed and there is no blocked vehicle. If I add change 1) where the parking length (given by the corresponding attribute) is larger than the bus stop length although SUMO recognizes that there are 2 slots for parking (in gui they are overlapping) the 2 first departed vehicles park, then the first one leaves and the 3rd departed does not park in front of the already parked vehicle (where the first departed bus was parked) rather it stucks next to the already parked vehicle and both vehicles are blocked.
Best regards,
Manos
> I am not sure but I think that each time a bus is trying to park, and if
another bus is already parked, it gets parked behind the already parked
bus.
Maybe you can adapt this example to showcase the problematic behavior you observe.
Hi Manos,
this is not intended behaviour but we have seen this happen from time to time in other scenarios. Usually vehicles which do not find free space should stop upstream to let the parking vehicle leave its position. However the arriving vehicle may not brake in time and pass by this position (thus blocking the road)... Nonetheless by default the bus should find the free space downstream and stop there. If you a "toy" size network where it happens we can still have a look whether we can adapt the logic.
Best regards,
Mirko
-----Original-Nachricht-----
Betreff: [sumo-user] Problem (maybe a bug) with parking in a bus stop - SUMO 1.18
Datum: 2024-10-27T22:23:46+0100
Von: "manos kampitakis via sumo-user" <sumo-user@xxxxxxxxxxx>
An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>
Dear SUMO community,
I have a circular route, where 6 buses are operating and each bus has to park for some time in a starting bus stop before beginning the next trip. The parking length is 50m and the bus length is 12 meters thus 4 buses can stop simultaneously. In my case, there is an overlap between consecutive buses. This means that every time the bus reaches the starting bus stop it finds another bus waiting there. After 4 buses in total have stopped (not simultaneously) the 5th bus stop finds the previous one stopped there and it gets stuck as if there is no place to park (and the already parked is stuck also after some seconds because it is blocked by the vehicle waiting there to park). If I increase the parking length to 65 meters then the 6th bus gets stuck etc. I am not sure but I think that each time a bus is trying to park, and if another bus is already parked, it gets parked behind the already parked bus. So what happens is that the first bus parks at the first place, then the second bus finds the first bus parked and parks at the second place, then the third bus approaches (the first one has left but the second bus is still at the second parking place) and parks at the third available place until reaching the 4th bus which parks at the 4th parking place. When the 5th bus reaches the starting bus stop only the 4th place is occupied but it seems like trying to park only behind the already parked bus where there is no available space and both vehicles get stuck. Of course if I set the parkingLength to a big number (number of arranged parking stops * bus length) the problem is solved. Is this an intended behavior? Thanks in advance.
Best regards,
Manos
_______________________________________________
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
Attachment:
sumo_extended_stops_parking_busstop_stopping_position_assignment_parking.7z
Description: application/compressed