Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] traci - changing number of lanes (road width) dynamically

Define your network with the maximum amount of lanes to be used.
You can then close / re-open anes either with
- traci.lane.setAllowed / setDisallowed
- https://sumo.dlr.de/docs/Simulation/Rerouter.html#closing_a_lane

Am Fr., 22. Apr. 2022 um 16:43 Uhr schrieb Manish Chaturvedi <msc.nit@xxxxxxxxx>:
Dear Jacob and SUMO Users,

We are trying to define a simulation scenario wherein we want to study the impact of road width (number of lanes) on the traffic condition at different times of day.

Accordingly, We want to control the number of lanes and strips on an edge dynamically using Traci - python interface.

Is it possible to do it during a simulation run? Please guide me.

Regards,

Manish
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top