Thanks Jakob, the last solution is perfect, I control the arrival positions of persons and vehicles.
Maybe I will expand a bit the documentation of Rides, pointing out that "lines" attribute can be a list of either "id" or "line" from the vehicle definition. Right? Best wishes, Joerg On 08/12/16 09:00, Jakob Erdmann wrote: > Hello, > The intermodal routing is still being worked on but should be usable > already. You can find examples in tests/duarouter/person/personTrip > > Regarding the dynamic matching between vehicles and persons: > - the type attribute is not implemented (i think the documentation will > have to be updated since it's original intention is fulfilled with the > implementation of the <personTrip> element) > - a good solution would be to allow setting the vehicles 'line' > attribute via TraCI (expect this to be available soon) > - another good solution would be to implement person > creation/modification via TraCI. This is a long standing issue but will > be added eventually > - a work-around for now would be to give all vehicles and persons the > same value for 'line' and use appropriately placed stop positions to > avoid unintended embarkation. See the updated documentation at > http://sumo.dlr.de/wiki/Specification/Persons#Rides > > best regards, > Jakob > > 2016-12-07 23:06 GMT+01:00 Joerg Schweizer <[email protected] > <mailto:[email protected]>>: > > Dear all, > > I'm picking up persons at stops with dynamically routed vehicles (using > Traci). Currently, I need to define all vehicles that a person can > potentially take in my Ride definition (the "line" attribute)...as I > cannot change it during the simulation. > > But this is kind of awkward if I have a large number of shared vehicles > (a big taxi fleet or hitch-hiking). > > Now, I've seen another ride attribute: "type". This is supposed to be > the vType of vehicles which is allowed to pick up the person. This is > (almost) exactly what I need (vClass definition would suit better). > > > But it says this attribute is not implemented (yet). So will it work > already or come in a future version? > > A linked question: I have not tried the Intermodal Routing with Person > trips. Is this feature still in the make? > > Thanks for any hint. > Best wishes. > Joerg > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > _______________________________________________ > sumo-user mailing list > [email protected] <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/sumo-user > <https://lists.sourceforge.net/lists/listinfo/sumo-user> > > -- Joerg Schweizer University of Bologna DICAM - Transportation Group Viale Risorgimento, 2, I-40136 Bologna, Italy Tel: +39 051 209 3338, Fax: +39 051 209 3337 ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
