Hi, you cannot change the type of traffic light dynamically (e.g. with TraCI). What you can do is to start with an adaptive traffic light which is parameterized such that it essentially behaves like a static one (minDuration == maxDuration == duration) and change the parameters dynamically once you want to activate the adaptive behavior. The documentation is here: https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html#actuated_traffic_lights Documentation on swarm based and pheromone based approaches to traffic light control which are also in SUMO can be found here: https://elib.dlr.de/100344/2/COLOMBO_D7.6_final_report_public.pdf But please be aware that those are less well maintained.
Best regards, Michael Am 18.10.19 um 05:34 schrieb Raaj Striker: > Hello, > I want to activate inbuilt Adapative traffic signal control in > sumo from python through TraCI. Could you please point me in the right > direction? And also the details on the various Adapative signal control > algorithms in sumo? > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe from > this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
