eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.49k stars 1.41k forks source link

dispatchTaxi resets dropoff #13976

Open rummel123 opened 10 months ago

rummel123 commented 10 months ago

I have the situation a taxi lets a passenger off. During this stop for the dropoff a new dispatch is set via traci, starting with the dropoff of the current passenger.

Expected behaviour: The taxi ends the stop after the defined time (default: 60s) and goes on with the new dispatch.

Observed behaviour: The taxi interrupts the stop, changes from parking to the lane and restarts the stop for the dropoff.

Screenshot 2023-10-23 150649 Screenshot 2023-10-23 150735 Screenshot 2023-10-23 150758 reset_dropoff_time.zip

behrisch commented 10 months ago

@rummel123 Are you willing to tackle this yourself?

rummel123 commented 10 months ago

Only if I have to ;-)