Hello, when loading vehicles from xml, the solution would be to use the 'via' attribute:ributes: from=<first_edge_from_the_list> to=<last_edge_from_the_list> via=<intermediate_edges_from_the_list> You could call duarouter in a sub-process to compute the completed route but this is probably not what you want. The proper solution for TraCI would be http://sumo.dlr.de/trac.wsgi/ticket/2729 but until this is implemented you could use this work-around: - specify a route that only consists of the first and last edge for the vehicle - add stops on all the intermediate edges - trigger rerouting of the vehicle - remove the stops by adding them again with a duration of 0
regards, Jakob 2016-12-08 19:08 GMT+01:00 Frederik Preuß <[email protected]> : > Hello, > > we generate routes in an external program which are simple gps > coordinates. After this convert the route to an edge list and send it with > Traci to Sumo. Sometimes there is a gap in the route. The option > ignore-route-errors is true, so there is no error, but the vehicles stop > and wait till they are teleported. Is there an tool or option to repair > those gaps? > > Greetings > ------------------------------------------------------------ > ------------------ > 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 > ------------------------------------------------------------------------------ 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
