Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
Hello, I am a beginner user of TRACI. I have a straight freeway network. I would like to change the number of lanes dynamically and its traffic demand using TRACI. How can I proceed? Thank you for help,regards.
define a network with the largest number of lanes you will need, then disable/enable their use with traci.lane.setAllowed
either add individual vehicles using traci.vehicle.add or define a <flow> in xml input and then call traci.vehicletype.setScale for the type of the flow
Hello, I am a beginner user of TRACI. I have a straight freeway network. I would like to change the number of lanes dynamically and its traffic demand using TRACI. How can I proceed? Thank you for help,regards.