Hi all,

How can I avoid deadlock situations like this?
http://imagizer.imageshack.us/v2/800x600q90/69/3qvj.png

This is my generation script: (https://pastee.org/xjtyt <- more readable
version)

   netconvert --type-files osm-urban-de.typ.xml --ramps.guess
--geometry.remove --remove-edges.isolated --tls.join --verbose
 --output.street-names --output.original-names --remove-edges.by-vclass
hov,taxi,bus,delivery,transport,lightrail,cityrail,rail_slow,rail_fast,motorcycle,bicycle,pedestrian
--osm-files $MAP_FILE.osm --output-file $CITY_NAME.net.xml
    polyconvert --net-file $CITY_NAME.net.xml --osm-files $MAP_FILE.osm
--type-file typemap_2.xml --output-file $CITY_NAME.poly.xml
    $SUMO_HOME/trip/randomTrips.py -n $CITY_NAME.net.xml -o
$CITY_NAME.trips.xml --period=1.0 --end=30  -L
    duarouter --xml-validation never --randomize-flows true --ignore-errors
-n $CITY_NAME.net.xml -t $CITY_NAME.trips.xml -o $CITY_NAME.rou.xml


Best Regards
Simone Rondelli
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to