[Q&A] Issue with simulating the pt modes in sioux-falls with custom bike and pedestrian modes. #4929
Unanswered
Alirockman1
asked this question in
Q&A
Replies: 0 comments 1 reply
|
Hi @Alirockman1 , this indicates that the replanning encountered a synthetic person which has a leg with mode |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Provide the MATSim version you are using. You can find the version in the
pom.xml. E.g.2025.0.2026.0-2025w49
Did you build a minimal example to reproduce the issue?
Describe the problem you are facing.
I am simulating the Sioux Falls scenario with a custom config file. The idea is to include bike and pedestrian network modes, in addition to the existing car mode. Note: A pedestrian is a walk on the network, and walking is a teleported mode.
The error is "ERROR ParallelPersonAlgorithmUtils$ExceptionHandler:165 Thread PersonPrepareForSim.0 died with exception while handling events.
org.matsim.core.router.TripRouter$UnknownModeException: unregistered main mode |network|: does not pertain to [pt, car, pedestrian, walk, bike]."
If possible, provide a link to your minimal example. This might be a GitHub repository.
No response
If you want, provide some background information about you and your project. This might help us understand your issue better.
I am a student working on my thesis using MATSIM and wanted to set up a reduced multi mode example.
All reactions