Hello, SUMO brings the basic tools to build this kind of simulation - networks, - vehicles - passengers - routing You will have to write a control script that determines the taxi to dispatch and triggers re-routing of the selected taxi. The taxi passengers can also be simulated explicitly. The main client language for controlling a sumo simulation is python. If you have no programming experience, expect a major learning curve.
regards, Jakob 2016-11-15 16:24 GMT+01:00 lior geren <[email protected]>: > Hello, > > I'm looking into building a simulation of a taxi dispatch algorithm. > > My requirements: > > - A network describing a small neighbourhood > - Several vehicles (taxicabs) with random starting positions in the > network > - Passengers (people) generate dispatch request, "I need to get from A > to B" > - A logic (algorithm) assigns each dispatch request to an available taxi > that is nearby > - The taxi drives to point A, "picks up" the passenger, drives to point > B, and then becomes free again > > What is the best way to approach this? Is there some similar open source > project or plugin I can rely on? > > TIA > > Green Mind > ------------------------------------------------------------ > ------------------ > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
