[sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Lara CODECA
Dear All, I need some help in using the results from findIntermodalRoute(). For esample, if I request a route from edge -899#1 to edge 1240#0 with departure time at 25158 using mode "car" and vType "ptw", I get the following answer: [ Stage(stageType=2, line='', destStop='', edges=['-899

Re: [sumo-user] Help with findIntermodalRoute() results.

2019-01-25 Thread Lara CODECA
Dear All, I'm having some issues in using findIntermodalRoute in the right way. When calling traci.simulation.findIntermodalRoute(stage['from'], stage['to'], depart=stage['start'], walkFactor=.9) I always get results such as Stage(stageType=2, vType='', line='', destStop='', edges=( ~~ very long

Re: [sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Jakob Erdmann
Hello, what you are seeing are walks and only walks (stageType 2 is walking, stageType 3 is riding). The reason why walks are sometimes split is because they use busStops and their access edges as "stepping stones" to shorten their route. regards, Jakob 2018-06-01 12:04 GMT+02:00 Lara CODECA : >

Re: [sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Jakob Erdmann
Also, there is a bug: https://github.com/eclipse/sumo/issues/4147 2018-06-01 13:44 GMT+02:00 Jakob Erdmann : > Hello, > what you are seeing are walks and only walks (stageType 2 is walking, > stageType 3 is riding). > The reason why walks are sometimes split is because they use busStops and > the

Re: [sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Jakob Erdmann
Please try again with [1e73293023] regards, Jakob 2018-06-01 15:03 GMT+02:00 Jakob Erdmann : > Also, there is a bug: https://github.com/eclipse/sumo/issues/4147 > > 2018-06-01 13:44 GMT+02:00 Jakob Erdmann : > >> Hello, >> what you are seeing are walks and only walks (stageType 2 is walking, >> s

Re: [sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Lara CODECA
Perfect, I was writing just now an e-mail on the thing you fixed. Thank you so much :) Lara On Fri, 1 Jun 2018 16:09:34 +0200 Jakob Erdmann wrote: > Please try again with [1e73293023] > regards, > Jakob > > 2018-06-01 15:03 GMT+02:00 Jakob Erdmann : > > > Also, there is a bug: https://github