2

Since sumo doesn't natively support heterogeneous traffic, but the published paper says Flow could be used for this type of traffic, I was wondering how this is done with Flow as there is nothing about this in the documentation.

2 Answers2

3

You can create heterogeneous traffic behavior by introducing different vehicle types with different behaviors. If you just have a single vehicle type, you can add random noise (drawn from some random distribution) to the microscopic models such as car-following and lane changing models.

Yashar
  • 46
  • 2
  • Could we use this to model Asian style traffic, like where there are multiple cars in one lane, or would we have to use something like SiMTraM, and would it be possible to use SiMTram with Flow? Thank you! – Vishal Hundal Jun 05 '19 at 13:12
1

Sumo supports heterogeneous traffic natively using the sublane model which is activated using the option --lateral-resolution, see https://sumo.dlr.de/wiki/Simulation/SublaneModel

Michael
  • 3,510
  • 1
  • 11
  • 23