The quickest way to get the output is to add the option <lanedata-output value="lanedata_out.xml"/> to your .sumocfg file. Or if you only need the frequence per edge: <edgedata-output value="edgedata_out.xml"/> to your .sumocfg file.
If you want only a single value for your whole simulation, thats: <additional-files value="ed.add.xml"/> and in file 'ed.add.xml` put the following <add> <edgeData id="whatever" aggregate="true" file="edgedata_out.xml"/> </add> Am So., 19. März 2023 um 18:27 Uhr schrieb Zedric Banger II (zbanger) < [email protected]>: > This is all for a platooning paper/project I'm doing, and right now I need > to get the lane change frequency. > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
