[sumo-user] Simulation will be interrupted

2018-06-07 Thread Constanze Ruf via sumo-user
-- 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 sumo-u...@lists.sourcef

[sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
Dear All, using netconvert from an OSM-like file, I need to avoid turnaorund in the intersections, while allowing it in the residential edges that are dead-ends. The only options I found are: Is there a way I can fix this? (not with netedit, I need it to be scriptable) Given that the 'dead-

Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Jakob Erdmann
Hello, sumolib.net.edge.is_fringe() will tell you if an edge has no incoming or no outgoing connections (turn-arounds do not count). I think adding a netconvert option to allow turnarounds only at dead-ends is a good idea (https://github.com/eclipse/sumo/issues/4170) regards, Jakob 2018-06-07 11:

Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
Thank you for the reply, Jakob. Follow-up question: Considering a trip, a fringe edge with no outgoing edges is a reasonable destination, but not an origin one. Do I have a way to access the dead-end tag or I have to handle it with sumolib.net.edge.is_fringe()? Thanks for opening the ticket :)

Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Jakob Erdmann
There is no dead end tag for edges. The function is_fringe supports checking whether there are no incoming or no outgoing seperately by passing edge.getIncoming() or edge.getOutgoing() as argument. (randomTrips.py uses this to avoid generating doomed trips). 2018-06-07 12:35 GMT+02:00 Lara CODECA

[sumo-user] Netconvert from Openstreetmap

2018-06-07 Thread Daniele Uboldi via sumo-user
Good morning, I have some problem with the conversion from a osm file to a *.net.xml file. It seems that there are some problems with the path of netconvert. The command is this one: netconvert --osm map.osm -o gate.net.xml The error given is this: Error: Could not open types-file '/usr/bin/shar

[sumo-user] wiki mirror content

2018-06-07 Thread Richter Gerald
Hi all, this is a follow up to a previous question. If I understand the latest answer correctly, really the *whole* content of the wiki is mirrored in the sourceforge snapshot. I am sorry, I was not aware of that - as I tried to find some documentation bits but could not, due to differently sha

Re: [sumo-user] wiki mirror content

2018-06-07 Thread Jakob Erdmann
Yes. Some links on sumo.sourceforge.net are broken but once you enter http://sumo.sourceforge.net/userdoc/ all links should work. 2018-06-07 14:17 GMT+02:00 Richter Gerald : > Hi all, > > this is a follow up to a previous question. > If I understand the latest answer correctly, really the *whole*

[sumo-user] Problems on http://sumo.dlr.de/?

2018-06-07 Thread Ednardo de oliveira Ferreira via sumo-user
Hi! I cant's access http://sumo.dlr.de/. Any problem? -- "E conhecereis a verdade, e a verdade vos libertará" (João 8:32) -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.o

Re: [sumo-user] Problems on http://sumo.dlr.de/?

2018-06-07 Thread Mouna Karoui via sumo-user
Dear, They have a network problem but you can access to the documentation Check the link below http://sumo.sourceforge.net 2018-06-07 15:42 GMT+02:00 Ednardo de oliveira Ferreira via sumo-user < sumo-u...@lists.sourceforge.net>: > Hi! > > I cant's access http://sumo.dlr.de/. Any problem? > > --

[sumo-user] Traci4MATLAB -- changeLane

2018-06-07 Thread Tong, Kailin
Hi list. I use Traci4MATLAB to control the cars in SUMO simulation. I tried the function changeLane(VEHID,LANEINDEX,DURATION). The input DURATION should denote the change lane duration. But no matter how big DURATION is, the actual changing lane duration is same. I have checked: The option of sum

Re: [sumo-user] Traci4MATLAB -- changeLane

2018-06-07 Thread Jakob Erdmann
Hello, the duration argument of traci.vehicle.changeLane denotes how long the lane change attempt should be tried if not successfull immidiatelly. To simulate lane-changes that take some time you have to use one of the models described here: http://sumo.sourceforge.net/userdoc/Simulation/SublaneMod

[sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Ricardo Ribeiro Gudwin
Hi, I was using sumo 0.32 in Arch linux, but it just stopped working after the last system upgrade, because of a change in the libproject.so, which changed some function calls during its move from libproject.so.12 to libproject.so.13. To solve that, I downloaded the git sources and compiled it by m

Re: [sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Jakob Erdmann
see http://sumo.sourceforge.net/userdoc/FAQ.html#What.27s_the_deal_with_schema_resolution_warnings_.2F_xsd_errors.3F 2018-06-07 18:35 GMT+02:00 Ricardo Ribeiro Gudwin : > Hi, > I was using sumo 0.32 in Arch linux, but it just stopped working after the > last system upgrade, because of a change in

Re: [sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Ricardo Ribeiro Gudwin
Dear Jakob, Thanks for the reply ... this is exactly what I supposed it was happening ... but my question is a little bit different. After compiling sumo, I used "make install" in the sumo src folder to install sumo in the system. But this didn't installed the /usr/lib/sumo data which is where sumo

Re: [sumo-user] KraussCFM

2018-06-07 Thread HANIFI Mohamed
Thanks, I'll check it out. Le jeu. 7 juin 2018 à 07:46, Jakob Erdmann a écrit : > see http://e-archive.informatik.uni-koeln.de/319/ > > 2018-06-07 7:59 GMT+02:00 HANIFI Mohamed via sumo-user < > sumo-u...@lists.sourceforge.net>: > >> Hi SUMO users, >> i need the official paper of the default kra

Re: [sumo-user] Any option for installing the /usr/lib/sumo data ?

2018-06-07 Thread Jakob Erdmann
Sorry for the sloppy reading comprehension. Due to the website outate, we had plenty of mails from people who just didn't set SUMO_HOME. Sumo does not concern itself very much with being installed on a linux system (assuming instead that people will build from source and set SUMO_HOME to the root