[sumo-user] How to generate detector file with dfrouter

2018-06-05 Thread Claude Njoh via sumo-user
Hi could somebody know how to generate the initial detector file for dfrouter on a large network? Thank you Claude -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [sumo-user] TraCI/C++ TraCIAPI

2018-06-05 Thread Jakob Erdmann
Thank you for pointing this out. I'll add it to the documentation. 2018-06-05 18:36 GMT+02:00 Mirko Barthauer via sumo-user < sumo-u...@lists.sourceforge.net>: > Hi Gunnar, > > somehow my answer to the SUMO mailing list always gets marked as spam. > Here it is: Add "ws2_32.lib" to the linker

Re: [sumo-user] TraCI/C++ TraCIAPI

2018-06-05 Thread Mirko Barthauer via sumo-user
Hi Gunnar, somehow my answer to the SUMO mailing list always gets marked as spam. Here it is: Add "ws2_32.lib" to the linker files in the project properties. It contains the functions for Windows socket calls. I recall the troubles I had when trying out the C++ version of TraCI. Regards

Re: [sumo-user] (no subject)

2018-06-05 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-05 12:53 GMT+02:00 Claude Njoh via sumo-user < sumo-u...@lists.sourceforge.net>: > Hello , > > I am using Duarouter to create the traffic , but I got an error when the >

Re: [sumo-user] Mesosim & --save/load-state

2018-06-05 Thread Jakob Erdmann
Hello, this looks like an invalid xml-schema validation error which could be caused by outdated schema files in $SUMO_HOME/data/xsd (or %SUMO_HOME%/data/xsd if on windows).. Please try running sumo with the option --xml-validation never when loading the meso state. If that solves the error,

[sumo-user] TraCI/C++ TraCIAPI

2018-06-05 Thread Diestmann, Gunnar via sumo-user
Hallo Sumo Users, At first I want to say sorry for the long text. I hope you will read it anyway. I tried to describe my problem as accurate as possible so you might have a change to know what the problem could be or what mistake I am making. I want connect SUMO with a other program. Therefor

Re: [sumo-user] FatalTraCIError: connection closed by SUMO

2018-06-05 Thread Constanze Ruf
Thanks a lot, i will try it. Viele Grüße, Constanze Ruf > Am 05.06.2018 um 15:52 schrieb Jakob Erdmann : > > Hello, > this error is either caused by an unrecoverable error in the input files > (e.g. from loading a vehicle that has no valid route) or by a simulation > crash. If its the

Re: [sumo-user] OSM - netconvert - sidewalks=no is not working

2018-06-05 Thread Jakob Erdmann
Hello, two things have conspired to give you these unwanted sidewalks: 1) a bug that ignored sidewalk=no and sidewalk=none, fixed in [b33bf5fd8ff] 2) the use of option sidewalks.guess which (by design) runs after the network is imported and adds sidewalks based on an edge speed heuristic regards,

Re: [sumo-user] FatalTraCIError: connection closed by SUMO

2018-06-05 Thread Jakob Erdmann
Hello, this error is either caused by an unrecoverable error in the input files (e.g. from loading a vehicle that has no valid route) or by a simulation crash. If its the former, look for some error output from sumo. If you cannot find it, add the option --log LOGFILE when starting sumo and then

[sumo-user] FatalTraCIError: connection closed by SUMO

2018-06-05 Thread Constanze Ruf
Hello,   i would like run a simple network, but it´s very difficult to run it. Now, i have this error: FatalTraCIError: connection closed by SUMO. I use Python 2.7.10 and sumo 0.32.0. I would be very happy, if you can hepl me.   Greetings,   Constanze

[sumo-user] Rerouting after closing a lane

2018-06-05 Thread christopher.ew...@t-online.de
Hi all, I'm having trouble with the rerouting in TraCi. I have an edge with two lanes and I want to close one of them (the outer one). What I do is I disallow all vehicles on that lane and then reroute them, but they still try to use the inner one to get to their destination despite it having

Re: [sumo-user] netedit and detector editing/placement

2018-06-05 Thread Pablo.AlvarezLopez
Hi Gerald, This problem is known and is being solved in an separated Branch. Today or Tomorrow I’m going to integrate it in master, and therefore the problem will be solved. Regards Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Richter Gerald

[sumo-user] netedit and detector editing/placement

2018-06-05 Thread Richter Gerald
Hi list. When using netedit to place e2 detectors on both lanes of a highway stretch, a few meters before the edge ends and the successor begins, I get problems regarding data persistence. Although I can edit all attributes of the detectors, not all are stored to the additionals file. *