BauhausLuftfahrt / MATSim-UAM

Extension for MATSim to allow for the inclusion of aerial passenger-carrying vehicles, i.e. a station- and network-bound transport mode that requires station access and egress trips with conventional ground-based modes.
https://bauhausluftfahrt.github.io/MATSim-UAM/
GNU General Public License v3.0
21 stars 28 forks source link

Problems running RunUAMScenario on provided examples #61

Closed proton891 closed 3 years ago

proton891 commented 3 years ago

Hello UAM team,

I wanted to check the provided examples for future use, luckily after the merges yesterday I was able to create the UAM files with the RunCreateUAMRoutedScenario and the config files from the "uam-scenario-creation" folder, thanks for the update! I wanted to use the created files and test them with the "RunMainScenario". Unfortunately, I got some errors during the createControler().run() in

Set<String> linkModes = new HashSet<>(hubAjaccio.getAllowedModes());

Looked to me like some leftover from previous testing. Therefore i commented it out. Without it, I got some errors from the station and travel links. The logs can be found in the attachment. Could you maybe have a look at the example scenario or have a look at what I'm missing to make the example scenario work? Thanks a lot!

Cheers Tobias

logfileWarningsErrors.log logfile.log

balacmi commented 3 years ago

Hi Tobias,

Thank you noticing that. The examples might be outdated and need updating. I would suggest you take a look at the integration test example: Resource FIles You can run it with the RunCorsicaIT

I have updated the IT code to ensure it runs with regular MATSim, as the input was prepared for the DMC version.

Best, Milos

proton891 commented 3 years ago

Hi Milos,

thanks for the fast reply and the Corsica example. Works fine now.

Cheers Tobias