julesdehon/IntersectionControl

Use Sumo vehicle subscription instead of calling into traci every time we want vehicle information

Closed this issue · 1 comments

I think there is an option to create a vehicle subscription that gets all of the desired information in a single request at each timestep with traci - which would avoid a large number of IO-bound traci calls when we could just get all the information in a single call.

Closed by 2520e47