matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
75 stars 173 forks source link

The steps to apply DVRP extensions #1094

Open mohmednasr opened 3 months ago

mohmednasr commented 3 months ago

Hi, I implemented MATSim to a network and generated the population data, it is working very well with the normal mode (car). I tried to use the same network and edit the mode of transportation to "drt" or "taxi" but it's not working, the agents fly from one point to another with "dvrp" library with matsim-code-examples. I tried to make the same using matsim-maas. I got the most errors like that "RuntimeException: Start link 10840 of vehicle taxi54 is null." in the first part, It is too boring to solve these errors one by one. I would like to know the best way to use DVRP extensions code with any network and different plans.

Thanks a lot in advance,