How to retrieve SUMO results from VEINs?
I’m currently working on a project that integrates SUMO with OMNeT++ using Veins. I am running different simulation scenarios by changing the TraCIScenarioManager penetration rate variable in the omnetpp.ini file.
Now that I’m changing this PR, my understanding is that not all vehicles are being simulated in OMNET++, only connected ones. I am able to retrieve different information about the connected vehicles through traci functions in VEINS, however, my problem is that I can’t retrieve any information about the vehicles that are not connected (ie, vehicles only simulated in SUMO and not in OMNET++).
I can only get pre-defined outputs from SUMO such as ones defined in the router.xml file (SSM device, . However, I can’t retrieve any custom information that I would usually get using a python script that uses TRACI functions for SUMO.
How can I set vector module parameter in ini file in OMNeT++
I would like to set the vector module parameters in ini file and I found I can not set in strings.
For example, this is the section of ned(ps. I defined a new mechost to move it dynamically):