Download PDFOpen PDF in browser

A new strategy for synchronizing traffic flow on a distributed simulation using SUMO

10 pagesPublished: June 25, 2018

Abstract

The Project Modelling and Control of Urban Traffic in the City of Medell ́ın (MOY- COT) has produced multiple results in modelling, simulation and control of multimodal urban traffic using the SUMO simulator. As the simulations became more complex the necessity to distribute the computational load rose. Therefore, an approach for network partitioning and border edges management was introduced. In this paper a new border edge management strategy is presented for distributed simulation with SUMO. Unlike the previous approaches, which were developed in Python programming language using the corresponding TraCI client and tools such as sumolib, the strategy presented in this work was developed in C++ using the TraCI client for this language. Additionally, this strategy involves a simplified process for network partitioning since the border edges are preserved in every partition, without the need of splitting them. In this case, neighboring partitions behave in a master-slave fashion, depending on whether the border edge is an incoming edge or an outgoing edge. Concretely, a given partition is a master for its incoming edges and a slave for its outgoing ones. Furthermore, all the vehicles are found in the master and the slave partitions, where the master partition controls its slaves through the TraCI commands slowDown and moveTo that correct the position of these vehicles. Simulation results show that this new strategy presents better precision than the previous one. The description of the new procedure for border edge management is detailed. Finally, it is compared with the previous approach and the non-distributed simulation using a free flow scenario and a scenario with queue formation is presented.

Keyphrases: communication, distributed traffic simulation, synchronization

In: Evamarie Wießner, Leonhard Lücken, Robert Hilbrich, Yun-Pang Flötteröd, Jakob Erdmann, Laura Bieker-Walz and Michael Behrisch (editors). SUMO 2018- Simulating Autonomous and Intermodal Transport Systems, vol 2, pages 152--161

Links:
BibTeX entry
@inproceedings{SUMO2018:new_strategy_for_synchronizing,
  author    = {Nicolas Arroyo and Andr\textbackslash{}'es Acosta and Jairo Espinosa and Jorge Espinosa},
  title     = {A new strategy for synchronizing traffic flow on a distributed simulation using SUMO},
  booktitle = {SUMO 2018- Simulating Autonomous and Intermodal Transport Systems},
  editor    = {Evamarie Wie\{\textbackslash{}ss\}ner and Leonhard L\textbackslash{}"ucken and Robert Hilbrich and Yun-Pang Fl\textbackslash{}"otter\textbackslash{}"od and Jakob Erdmann and Laura Bieker-Walz and Michael Behrisch},
  series    = {EPiC Series in Engineering},
  volume    = {2},
  pages     = {152--161},
  year      = {2018},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2516-2330},
  url       = {https://easychair.org/publications/paper/Qwz1},
  doi       = {10.29007/1x48}}
Download PDFOpen PDF in browser