I am trying to generate the raw dump of SUMO (https://sumo.dlr.de/docs/Simulation/Output/RawDump.html) for my simulation that is running with SUMO and OMNET++.
I have added the lines:
<output> <netstate-dump value="crossroads.output.xml" /> </output>
to my sumo.cfg file as required but no output file is being created. Does anyone know if there is anything else I have to add, maybe to the omnetpp.ini file?