Re: [sumo-user] Integrate a Routing Algorithm

2021-04-18 Thread Jakob Erdmann
via a Traci port just as Sumo is the server > and my algorithm is a client? > -- > *De :* sumo-user de la part de Jakob > Erdmann > *Envoyé :* vendredi 16 avril 2021 11:39 > *À :* Sumo project User discussions > *Objet :* Re: [sumo-user] Integrat

Re: [sumo-user] Integrate a Routing Algorithm

2021-04-16 Thread Hillary Wankam via sumo-user
project User discussions Objet : Re: [sumo-user] Integrate a Routing Algorithm I think there is a misunderstanding somewhere. Your routing algorithm should be able to take as input a trip (origin,destination) and create as output a list of edges. By using using this edge list

Re: [sumo-user] Integrate a Routing Algorithm

2021-04-16 Thread Jakob Erdmann
- > *De :* sumo-user de la part de Jakob > Erdmann > *Envoyé :* vendredi 16 avril 2021 11:11 > *À :* Sumo project User discussions > *Objet :* Re: [sumo-user] Integrate a Routing Algorithm > > You can replace vehicle routes by calling traci.vehicle.setRoute with a >

Re: [sumo-user] Integrate a Routing Algorithm

2021-04-16 Thread Hillary Wankam via sumo-user
having 50 Vehicles. De : sumo-user de la part de Jakob Erdmann Envoyé : vendredi 16 avril 2021 11:11 À : Sumo project User discussions Objet : Re: [sumo-user] Integrate a Routing Algorithm You can replace vehicle routes by calling traci.vehicle.setRoute

Re: [sumo-user] Integrate a Routing Algorithm

2021-04-16 Thread Jakob Erdmann
You can replace vehicle routes by calling traci.vehicle.setRoute with a list of edge ids (computed by your own algorithm). Am Fr., 16. Apr. 2021 um 11:09 Uhr schrieb Hillary Wankam via sumo-user < sumo-user@eclipse.org>: > Hello, > I would like to integrate to SUMO a routing algorithm written in