Re: [sumo-dev] Modeling intersection as collection of tiles

2022-03-10 Thread Jakob Erdmann
Hello, there is no direct support for this in sumo. I'd recommend doing the cell management in a TraCI script and then using setSpeedMode+setSpeed or maybe moveToXY to control vehicle movements. regards, Jakob Am Fr., 11. März 2022 um 05:08 Uhr schrieb Ankit Jatiya : > Hello, > > I am trying to

[sumo-dev] Modeling intersection as collection of tiles

2022-03-10 Thread Ankit Jatiya
Hello, I am trying to implement an intersection management algorithm. For that I want to model an intersection such that it is divided into tiles or cells. Is there a way to divide an intersection or roundabout into tiles in SUMO? Thank You & Regards. Ankit Jatiya