There is no exhaustive description of how TraCI works besides the (exhaustive) documentation of all TraCI functions in the wiki. It may help to take a look at the TraCI tutorials ( http://sumo.dlr.de/wiki/Tutorials#TraCI_Tutorials) and the usage examples ( http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python). If you have further questions, just ask. Vehicle stops can be declared and ended via TraCi (functions setStop and resume, http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State) I have no contact information on the milan group besides the email address which is also given at the top of the paper.
regards, Jakob 2018-06-13 19:14 GMT+02:00 Stefano Niero <[email protected]>: > Thank you very much for the suggestion and for the material too. I found > some difficulties in finding in the wiki an exhaustive description of how > TraCI works, where could I find some more? > > For what concerns the fact that I would like to make the vehicle stay in > the simulation, can the definition of the <stop> given through TraCI? How > did the group that worked on Milan scenario make empty vehicle stay in the > simulation? Is it possible to ask you their contact? > > > > Best regards > > Stefano > > > > *Da:* [email protected] <[email protected]> *Per > conto di *Jakob Erdmann > *Inviato:* 13 June 2018 12:50 > *A:* Sumo project User discussions <[email protected]> > *Oggetto:* Re: [sumo-user] Taxis in SUMO > > > > Hello, > > I suggest that you look at the documentation and tutorials before looking > at the source code. > > The kind of intervention you require is best performed by using the TraCI > interface of sumo to remote-control some parts of it with a python script > using our provided client library (client libraries for other languages are > also available). > > Similar projects have been described at this years sumo user conference > (see attachment). > > To get vehicle to remain in the simulation after reaching their arrival > edge, define a <stop> element on the arrival edge: > http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes# > Stops > > > > regards, > > Jakob > > > > > > 2018-06-13 10:49 GMT+02:00 Stefano Niero <[email protected]>: > > Hello, > > I am a master degree student at TUM. For my thesis work I should simulate > the behaviour of Taxis in the city of Munich. As an input I have the time > and position of the departure of each trip and the arrival point. My plan > was to have a taxi station that parses these data and assigns the trips at > the right time to the closest (at least for the moment) taxi available. For > this reason I also need that the taxis, once they end a trip do not > disappear from the map but become available for the next trip (maybe go to > the taxi station). I am looking at the source code of SUMO in these days to > understand how it works and what should I do but I would like to hear > whether you have any suggestion. Where do you suggest me so intervene? What > do you think is the most viable solution? > > > > Thank you very much > > Stefano Niero > > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > > > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
