Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Taxi Service with Prebooking: Idle Management

The latest release of SUMO supports pre-booking through the built-in taxi feature: https://sumo.dlr.de/docs/Simulation/Taxi.html#prebooking

Am Di., 6. Aug. 2024 um 14:22 Uhr schrieb kletetzk via sumo-user <sumo-user@xxxxxxxxxxx>:
Dear All,

I am working on implementing a dial-a-ride taxi service which includes
prebooking of taxis.

For this I am generating requests externally and registering them with a
dispatcher (python script) before inserting them into the sumo
simulation.

Due to this fact I need to manually route the taxis through the traci
interface (with traci.simulation.findRoute and traci.vehicle.setRoute),
but since I am working with "stop" as an idle management option the
taxis do not move until I actually dispatch them
(traci.vehicle.dispatchTaxi).

However this is only possible after I inserted the persons into the
simulation, which is too late.

Has anyone implemented a similiar use case and can help me out with some
pointers/tips? I am very thankful for every input :)

Best Regards
Levi Kletetzka
_______________________________________________
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