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.55k stars 1.43k forks source link

Enable Taxi device for meso #7499

Open behrisch opened 4 years ago

behrisch commented 4 years ago

Currently a lot of casting to MSVehicle occurs, so we probably need at least to refactor the stop handling in meso a little. It is needed for UrMo digital.

behrisch commented 3 years ago

The stop refactoring is done: Major blocker here is now that meso does not have triggered stops yet.

namdre commented 1 year ago

@behrisch test devices/taxi/personTrip/walk_first fails because the intermodal router returns an invalid plan. Running sumo with --no-internal-links works fine so there must be some other impact of meso on the intermodal network.