sumo --net-file MySUMONet.net.xml --route-files ex_ROU_rou.xml --netstate-dump ex_sumo.sumo.tr --tripinfo-output tripinfo.tr
具体查看Simulation/Output/TripInfo
duration 旅行时间
waitSteps 等待时间
将文件拷贝到
python vehLanes.py ex_sumo.sumo.tr vehLanes.xml
得到如下文件:
laneChanges就是每个vehicle的变道次数。