I am working with simple scenario application using veins. I want to compute different measurements. I used realistic map using SUMO, and the trips of vehicles are generated randomly using randomTrips.py.
I think that the results are not accurate since the measurement (ex: packet delivery probability) should be computed for the vehicles that are in the same area or range, not exist in different area.
Based on my reading: 1- I have to use O/D Matrices, however, I don't want to back again to sumo 2- configuring a "Region of Interest (ROI)" for the TraCIScenarioManager.
My question: How I can specify rectangular area as ROIs and only vehicles in these areas will be simulated in OMNeT++, from which file I have to change?
thank you in advanced