Hello there,
I have a question about SUMO, please: I did the following steps: 1- I downloaded map.osm from OpenStreetMap. 2- I used netconvert --osm-files map.osm -o map.net.xml 3- I used polyconvert --net-file map.net.xml --osm-files map.osm --type-file typemap.xml -o map.poly.xml 4- I used python /usr/share/sumo/tools/randomTrips.py -n map.net.xml -e 100 -l 5- I used python /usr/share/sumo/tools/randomTrips.py -n map.net.xml -r map.rou.xml -e 100 -l But I got the following errors even when I tried to used different map sizes and area from OpenStreetMap, errors such as:: Error: Vehicle '1' has no valid route. No connection between edge '148698085' and edge '40696226#1'. Quitting (on error). Error: Vehicle '0' has no valid route. No connection between edge '-153044401' and edge '312750086#0'. Quitting (on error). Error: Vehicle '0' has no valid route. No connection between edge '350214398' and edge '31727571#0'. Quitting (on error). Error: Vehicle '4' is not allowed to depart on any lane of its first edge. Quitting (on error). Error: Vehicle '6' is not allowed to depart on any lane of its first edge. Quitting (on error). Any suggestions? Thanks Abdul ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
