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 would like to add a new network mode, NLBicycle, in the equil scenario. I have adapted my network, and config, and add scoring parameter, but still it is not working... I will attach my config and network at the end of this message.
// controler.addOverridingModule( new OTFVisLiveModule() ) ;
// controler.addOverridingModule( new SimWrapperModule() );
// ---
controler.run();
}
}`
The error I have is: 2024-12-13T17:56:47,732 ERROR AbstractController:225 Mobsim did not complete normally! afterMobsimListeners will be called anyway. java.lang.RuntimeException: teleportation does not work when travel time is undefined. There is also really no magic fix for this, since we cannot guess travel times for arbitrary modes and arbitrary landscapes. kai/mz, apr'15 & feb'16 at org.matsim.core.mobsim.qsim.DefaultTeleportationEngine.handleDeparture(DefaultTeleportationEngine.java:93) ~[matsim-2024.0.jar:?]
The text was updated successfully, but these errors were encountered:
CianGraham
changed the title
Adding Bicycle as Network Mode in equil scenario (Please Help, thanks very much in advance, it really means a lot to me)
Adding Bicycle as Network Mode in equil scenario
Dec 16, 2024
I would like to add a new network mode,
NLBicycle
, in the equil scenario. I have adapted my network, and config, and add scoring parameter, but still it is not working... I will attach my config and network at the end of this message.equil.zip
The code I used is:
`public class RunMatsim{
// controler.addOverridingModule( new OTFVisLiveModule() ) ;
// controler.addOverridingModule( new SimWrapperModule() );
}`
The error I have is:
2024-12-13T17:56:47,732 ERROR AbstractController:225 Mobsim did not complete normally! afterMobsimListeners will be called anyway. java.lang.RuntimeException: teleportation does not work when travel time is undefined. There is also really no magic fix for this, since we cannot guess travel times for arbitrary modes and arbitrary landscapes. kai/mz, apr'15 & feb'16 at org.matsim.core.mobsim.qsim.DefaultTeleportationEngine.handleDeparture(DefaultTeleportationEngine.java:93) ~[matsim-2024.0.jar:?]
The text was updated successfully, but these errors were encountered: