Re: [sumo-user] Roundabouts

2016-10-04 Thread Jakob Erdmann
Hello, the geometry points that you have defined are very dense. Most notably the points of edge 0 run past the center of node cluster_8_9 and thus cause the reverse-direction arrow. I recommend that you do not specify geometry points for the very short edges. You might even want join the node-pair

Re: [sumo-user] roundabouts

2014-07-18 Thread Laura Bieker
Hi Marc, normally netconvert should be able to read round abouts. I just tried to import one from osm (Berlin "Großer Stern") and it worked. Can you maybe provide us more information and the input files? How does the sumo network look like are you getting an error message? Best regards, Laura

Re: [sumo-user] Roundabouts

2014-07-18 Thread Laura Bieker
Hello Gabriel and hello Marc, the script createRoundaboutConnections.py is actually only for creating the connections within an existing round about, that is why the connection file is empty without a definition of a round about. The documentation of the script is here: http://sumo-sim.org/wiki/To

Re: [sumo-user] roundabouts

2014-07-13 Thread Michael Behrisch
Hi, you are right, netconvert does not currently evaluate the attribute. I opened a ticket (also for the manual specification of roundabouts). http://www.sumo-sim.org/trac.wsgi/ticket/1376 http://www.sumo-sim.org/trac.wsgi/ticket/1377 Best regards, Michael Am 08.07.2014 14:17, schrieb Marc Segon

Re: [sumo-user] Roundabouts

2014-07-13 Thread Michael Behrisch
Hi, this script does not create roundabouts it just tries to fix existing roundabouts by setting the correct connections (which is already obsolete, since this functionality is now in netconvert itself). As far as I know you cannot specify roundabouts manually at the moment except if you just set t

Re: [sumo-user] Roundabouts

2014-07-08 Thread Marc Segond
Hi Gabriel, I tried the script createRoundaboutConnections.py from SUMO 0.21 which seems to be the same as the X.py that you describe and it gives me exactly the same thing: an almost empty file with only ""and does not make any change to my network. I also would appreciate some help ;) Best --

[sumo-user] roundabouts

2014-07-08 Thread Marc Segond
Hi guys! I am working with networks that I import from OpenStreetMaps. I just have one concern: it seems that netconvert does not recognize the "junction:roundabout" attribute of the OSM map, as I cannot see any roundabout in the generated SUMO network. Here is the command line I use: netconvert --

[sumo-user] Roundabouts

2014-07-07 Thread Gabriel de Oliveira Ramos - UFRGS
Hello, I am trying to create roundabouts in SUMO. I realised that there is a script for that (I suppose it), called X.py. However, the script always results in an almost empty file, with tags "" only. Analysing the code, one of the for loops iterates over net.getRoundabouts(). But I have not crea