Hello, I can give you some general advice: - you need to make yourself familiar with the way traffic light programs are represented in SUMO: http://sumo.dlr.de/wiki/Simulation/Traffic_Lights - new traffic light algorithms are typically simulated with SUMO by attaching a custom control script to the simulation via TraCI. The following tutorials show how to do this: http://sumo.dlr.de/wiki/Tutorials/TraCI4Traffic_Lights http://sumo.dlr.de/wiki/Tutorials/TraCIPedCrossing - controlling multiple traffic lights at once works in the same way but either requires more manual work or additional programming to generate the intersection specific parameters (which lanes belong to which traffic lights, which traffic lights are adjacent and thus coordinate which each other etc.) - your will tend to get better answers on the mailing list if you make your questions more specific: See http://sumo.dlr.de/wiki/FAQ#General_Problem_Solving
regards, Jakob 2017-03-24 3:06 GMT+01:00 ramon ghossain <[email protected]>: > I'm sorry about that I sent the email incomplete. Can you please get back > with me if you would like to help.Thank you. > > Regards, > Ramon Ghossain > > On Thu, Mar 23, 2017 at 10:03 PM, ramon ghossain <[email protected] > > > wrote: > > > To whom it may concern, > > > > I am looking for some advice and help for my project using Sumo. I'm > > trying to implement a new algorithm for a 3-way and 4-way intersection > > .Eventually I want to try and implement it on a bigger map. Is there > > someone who can help me with the different questions I have regarding the > > project.I've never used > > > ------------------------------------------------------------ > ------------------ > 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 > ------------------------------------------------------------------------------ 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
