Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Taxi pick-up and drop-off durations varying

The 'delay' value in stopinfo-output is only applicable if the stop was part of a schedule (defined with attribute 'until') and thus will always be '-1' for taxi stops.
Since the taxi is parking, prolonged stopping is likely due to other cars being on the road and thereby delaying re-insertion.

Note, that the interrupted dropOffDuration has been fixed as of today. The download page will provide a fixed nightly build starting tomorrow.

Am Mi., 10. Aug. 2022 um 09:33 Uhr schrieb Griffin Hanekamp <griffhanekamp@xxxxxxxxx>:
Thanks for the info. Sure, taxi 17 as an example requires 64 seconds to unload a passenger despite having no delay (Not a big time difference of course, but something I thought was notable)

 <stopinfo id="taxi17" type="taxi" lane="E1E0_1" pos="54.60" parking="1" started="872.00" ended="936.00" delay="-1.00" initialPersons="0" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>



On Tue, Aug 9, 2022 at 5:17 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Thanks,
short drop-off is a known issue: https://github.com/eclipse/sumo/issues/11311
Can you provide an example of a longer-than-configured pickup-stop ?

regards,
Jakob

Am Di., 9. Aug. 2022 um 17:00 Uhr schrieb Griffin Hanekamp <griffhanekamp@xxxxxxxxx>:
Hi sumo users,

In my simulation scenario, I have set the taxi device pickup and drop-off durations to both be 60 seconds.

After looking at the stop output file, however, I found that many taxi drop-offs take less than 60 seconds. Taxi 13 as an example stops for only 16 seconds to drop off a passenger (shown below). 

Additionally, some taxi pickups are shown as taking more than 60 seconds, but are not shown to have any delay occurring. 

These issues are occurring with both types of idling algorithms (stop and randomCircling).

Is there a way to resolve these discrepancies? Thanks as always.


 <stopinfo id="taxi13" type="taxi" lane="B4B3_1" pos="55.00" parking="1" started="1364.00" ended="1380.00" delay="-1.00" initialPersons="1" loadedPersons="0" unloadedPersons="1" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>

--
Griffin Hanekamp
Technical University of Munich | 2022
Georgia Institute of Technology | 2017
M. +4917632120070
Other. +16308095148
_______________________________________________
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


--
Griffin Hanekamp
Technical University of Munich | 2022
Georgia Institute of Technology | 2017
M. +4917632120070
Other. +16308095148
_______________________________________________
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