Recently I started using SUMO in order to simulate certain situations in the context of roundabouts. I would like a recommendation from you for a problem I am trying to solve:
I have a roundabout generated from OpenStreetMap and I have created random trips through the randomTrips.py script. My goal is to incorporate sensors into the roundabout access ways (entrances and exits) in order to know the exact moment (instant) and speed in which a car passed that sensor. This way, at the end of the simulation, I will be able to know how many cars have countour the roundabout successfully and for statistical analysis, the respective time and speed. How can I do this in SUMO?
Thanks in advance.