Thanks Jacob! Umm, I am still looking for ways to understand what can I get out of using SUMO and TraCI interface. As a part of my project, I need to implement an algorithm to reroute vehicles at different conditions (need not necessarily be an accident, so I cannot just close the lane so that it becomes unavailable completely.). This will be a dynamic rerouting but only when certain conditions are met. I am writing this algo in the python script just as it is given in the TraCI TLS tutorial.
I went through SUMO documentation and these 2 links which talk about rerouting, *Help with TraCI Reroutes <https://sourceforge.net/p/sumo/mailman/message/32148991/>: * https://sourceforge.net/p/sumo/mailman/message/32148991/ *Using TraCI to Dynamically reroute traffic <https://sourceforge.net/p/sumo/mailman/message/32033113/>https://sourceforge.net/p/sumo/mailman/message/32033113/ <https://sourceforge.net/p/sumo/mailman/message/32033113/>* Now these links talk about rerouting using the loaded edge weights (which the application or my algorithm has to do), but I was wondering if I could directly use the current travel time on that edge/lane as a weight which I need to obtain from sumo and I do not know how to do this. I need to use TraCI (programming in Python) and I need to parse different vehicle and edge characteristics and give back my control commands for rerouting. One more thing is, that I need to calculate fastest routes from certain nodes to the same destination node for certain vehicles (not all), and I believe I can use DUAROUTER for that in between every simulation step since the attributes of the edge or lane, the no. of vehicles on that edge are changing at every simulation step. Please correct me if I am wrong and if there is an alternative for this. Thank you very much. - Surabhi On Mon, Oct 24, 2016 at 6:08 AM, Jakob Erdmann <[email protected]> wrote: > Hello, > this project is not part of the actively maintained SUMO tool suite > (having last been touched 8 years ago). It remains in the release for > historical reasons (which in this case means: for no good reason). The > project was about the reconstruction of route information and traffic data > from sparse Floating Car Data (FCD) from a fleet of Taxis. > > regards, > Jakob > > 2016-10-23 5:09 GMT+02:00 Surabhi Ramdhan Boob <[email protected]>: > >> Hello All, >> >> I am using version 0.25.0 of SUMO and it has a project TaxiFCD-Krieg which >> is about the Floating Car Data generation and processing. >> >> I would like to understand more about this project - What is the objective >> of this project? Does it aim to route the vehicles with an idea of pure >> v2v >> communication? >> And since I am new to SUMO, I would like to understand the sequence I >> should approach about going through this entire project or link to any >> README or WiKi page specific to this project would also be very helpful. >> >> I would really appreciate if someone can guide me about the usage and >> objectives of this project. >> >> Thank you. >> - Surabhi >> >> -- >> *Surabhi Ramdhan Boob* >> *MS Electrical Engineering - Computer Networking* >> *North Carolina State University* >> *(Contact : +1-919-931-9734)* >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sumo-user >> > > -- *Surabhi Ramdhan Boob* *MS Electrical Engineering - Computer Networking* *North Carolina State University* *(Contact : +1-919-931-9734)* ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
