Aoa, i have downloaded .osm file from openstreetmap website and installed python 3.5.1. and sumo-win32-0.25.0 and applied following commands:
netconvert --osm-files map.osm -o map.net.xml
polyconvert --net-file map.net.xml --osm-files map.osm --type-file typemap.xml -o map.poly.xml
python C:/Uni.work/FYP/project.work/sumo-0.19.0/tools/trip/randomTrips.py -n map.net.xml -e 100 -l
python C:/Uni.work/FYP/project.work/sumo-0.19.0/tools/trip/randomTrips.py -n map.net.xml -r map.rou.xml -e 100 -l
Copy and edit config file (test.sumo.cfg) ------> map.sumo
additional files ------> map.poly.xml
sumo-gui map.sumo.cfg
Note: my osm file name is map.osm
The sumo runs correctly and gives output of map.osm file, also it shows the running vehicles, but traffic signals are not shown in the sumo simulator.
Please help me applying signals in the simulator.