You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to simulate bicycle trajectory (which links the bike has passed) in one MATSim simulation. Basically, for the mode bike, I would first like the router to calculate the shortest links that need to be used from origin to destination. Then, based on a pre-fixed speed (e.g. 5km/h), the agent will be teleported to the destination without influencing traffic congestion. (In other words, I want to simulate the bike mode and get the detailed links used for the trip in the event output). This is a little bit similar to the ride mode but still different (as I do not need the congested travel time).
I remember this is easily configurable in the config... Or am I wrong, I rather need to write my new router for the bike mode?
Thanks :)
The text was updated successfully, but these errors were encountered:
I want to simulate bicycle trajectory (which links the bike has passed) in one MATSim simulation. Basically, for the mode
bike
, I would first like the router to calculate the shortest links that need to be used from origin to destination. Then, based on a pre-fixed speed (e.g. 5km/h), the agent will be teleported to the destination without influencing traffic congestion. (In other words, I want to simulate the bike mode and get the detailed links used for the trip in the event output). This is a little bit similar to theride
mode but still different (as I do not need the congested travel time).I remember this is easily configurable in the config... Or am I wrong, I rather need to write my new router for the bike mode?
Thanks :)
The text was updated successfully, but these errors were encountered: