Mirko Barthauer
Mirko Barthauer
The public transport files are not added to the duarouter call ~~for unknown reasons~~. As the person needs to take public transport, the trip fails.
Please try ``` python3 sumo/tools/assign/duaIterate.py -n wedding.net.xml -t trips.xml -+ vtypes.xml,gtfs_pt_stops.add.xml,gtfs_pt_vehicles.add.xml --skip-first-routing duarouter--additional-files vtypes.xml,gtfs_pt_stops.add.xml,gtfs_pt_vehicles.add.xml ``` See [docs](https://sumo.dlr.de/docs/Tools/Assign.html#loading_vehicle_types_from_an_additional_file). You can always load a route file as an additional file as well....
This looks like a collision during changing lanes with the sublane model. Can you provide the scenario to reproduce it easily?
No, it is just another issue which emerged from your sample data. I will look into your case during this week.
`traci.vehicle.getTaxiFleet()` works independently from dispatching via TraCI. You are right that `traci.person.getTaxiReservations()` will throw an exception if used without the TraCI dispatch, although from the code it looks like reading...
As @behrisch wrote, please avoid the f-strings for compatibility reasons. Something more: - We don't use tabs for indentation in XML (output) - Test [complex/traci/bugs/ticket4324](https://sumo.dlr.de/extractTest.php?path=complex/traci/bugs/ticket4324) fails - could you have...
`osm_bbox.osm.xml.gz` is the downloaded OSM file which still needs to be converted to a SUMO network file. In your case this process fails because libgdal / GDAL library cannot be...
Can you please provide the PlainXML input files `node.xml` and `edge.xml`?
I just was able to reproduce it but didn't find the time to look closer at it. Looks strange indeed because the junction shape goes around the area where the...
Added the translation of the English article to Italian.