-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'route type: generic' What does this mean? #225
Comments
Most likely this means that agents using For having exact routes for |
Am I able to make pedestrains' trip has exact routes in MATSim? I am doing a University Campus traffic model, and I think walk is a important traffic mode here. |
@shenlonghu Yes, should be possible. As a starting point, see http://ci.matsim.org:8080/job/MATSim-Book/ws/partOne-latest.pdf Chap. 7.1. There will be a couple of issues: In terms of building the model, I would recommend something like the following:
Actually, https://github.com/matsim-org/matsim-code-examples/blob/11.x/src/main/java/org/matsim/codeexamples/integration/RunMultipleModesExample.java should be an example. Note that it is made for 11.x, so unfortunately it won't work for the 10.0 release. I think that it is possible to make work with 10.0, but finding the right combination of config settings is not totally easy. If you prefer 10.0, let me know and I will try to back-port the example. Otherwise, please consider using a weekly 11.x release. Please keep us posted how it goes. |
In output_plan.xml, when 'leg mode=walk or PT', the 'route type=generic'. What does this mean? why i can't see the path of each agent.
The text was updated successfully, but these errors were encountered: