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.36k stars 1.37k forks source link

drtOnline with virtual stops or PUDOS (Pick-up-drop-off-Spots) #9243

Open ArmelliniMG opened 2 years ago

ArmelliniMG commented 2 years ago

With the options "persontrip.transfer.taxi-walk" and/or "persontrip.transfer.walk-taxi" the simulation of a DRT service with virtual stops is partially possible.

Problems and limitations:

ArmelliniMG commented 2 years ago

I realized that all persons are going to the stop when no "departPos" is defined. See persons "p1" to "p5" in the test scenario: test_szenario.zip

Boudadits13 commented 7 months ago

hi can u help me whith this python3 'C:\Program Files (x86)\Eclipse\Sumo\tools\drt\drtOnline.py' -n net.xml -r personen_reservation.xml -v .\taxi.xml usage: drtOnline.py [-h] [-c FILE] [-C FILE] [--save-template FILE] [-n FILE] [-r FILE] [--taxis FILE] [--sumocfg FILE] [-s {sumo,sumo-gui}] [-g FILE] [-o OUTPUT] [--darp-solver DARP_SOLVER] [--rtv-time RTV_TIME] [--ilp-time ILP_TIME] [--c-ko C_KO] [--cost-per-trip COST_PER_TRIP] [--drf DRF] [--drf-min DRF_MIN] [--max-wait MAX_WAIT] [--max-processing MAX_PROCESSING] [--sim-step SIM_STEP] [--end-time END_TIME] [--routing-algorithm {dijkstra,astar,CH,CHWrapper}] [--routing-mode ROUTING_MODE] [--dua-times] [--tracefile TRACEFILE] [--tracegetters] [-v] drtOnline.py: error: unrecognized arguments: .\taxi.xml

Boudadits13 commented 7 months ago

i wanna run drtOnline.py

rummel123 commented 6 months ago

hi can u help me whith this python3 'C:\Program Files (x86)\Eclipse\Sumo\tools\drt\drtOnline.py' -n net.xml -r personen_reservation.xml -v .\taxi.xml usage: drtOnline.py [-h] [-c FILE] [-C FILE] [--save-template FILE] [-n FILE] [-r FILE] [--taxis FILE] [--sumocfg FILE] [-s {sumo,sumo-gui}] [-g FILE] [-o OUTPUT] [--darp-solver DARP_SOLVER] [--rtv-time RTV_TIME] [--ilp-time ILP_TIME] [--c-ko C_KO] [--cost-per-trip COST_PER_TRIP] [--drf DRF] [--drf-min DRF_MIN] [--max-wait MAX_WAIT] [--max-processing MAX_PROCESSING] [--sim-step SIM_STEP] [--end-time END_TIME] [--routing-algorithm {dijkstra,astar,CH,CHWrapper}] [--routing-mode ROUTING_MODE] [--dua-times] [--tracefile TRACEFILE] [--tracegetters] [-v] drtOnline.py: error: unrecognized arguments: .\taxi.xml

Try to use --taxis instead of -v.