Re: [sumo-user] Question regarding OSM traffic signals

2018-08-30 Thread himanshu soni
On Fri, Aug 31, 2018 at 8:47 AM himanshu soni wrote: > Yes, I have used the import options and attached a screenshot of the > comment section of .net file. But only traffic signals are active in the > region around the railway track, not on the junctions. > > > On Thu, Aug 30, 2018 at 7:49 PM

Re: [sumo-user] Question regarding OSM traffic signals

2018-08-30 Thread himanshu soni
Yes, I have used the import options and attached a screenshot of the comment section of .net file. But only traffic signals are active in the region around the railway track, not on the junctions. On Thu, Aug 30, 2018 at 7:49 PM Jakob Erdmann wrote: > Did you use the recommended import

Re: [sumo-user] Trip duration looks incomplete?

2018-08-30 Thread Jakob Erdmann
Changing the edge length is possible. You can override the computed geometrical edge length with an arbitrary custom value in NETEDIT. Vehicles will then treat the edge as shorter or longer. However, this would affect the trip length of vehicles which pass that edge and arrive on an edge beyond.

Re: [sumo-user] Trip duration looks incomplete?

2018-08-30 Thread Andres O. Vela
Hi Jakob, thanks for your reply. Actually, as you can see the arrivalPos in the trip info output is actually 495.25, not 499.99 nor 500.0. I assumed this is because when creating the network with NETEDIT, the shape of the intersection has a width of 4.75 from the center of the intersection, so

Re: [sumo-user] Trip duration looks incomplete?

2018-08-30 Thread Jakob Erdmann
Hello, There is a bit of slack (0.1m) in the check that tests for vehicle arrival. Thus, the vehicle actually arrives at position 499.9 on the final edge. In version 0.32.0 the arrivalPos is nevertheless given as 500. If it's different in your case this could be because of the size of the junction

[sumo-user] Trip duration looks incomplete?

2018-08-30 Thread Andres O. Vela
Hello, I'm trying to understand the duration values I'm getting in the trip info output. I have very simple network where two streets of length 500, and I created a route to go from one street to the other. The route length output in the trip info is 1000.0 as expected. I am simulating a single

Re: [sumo-user] Question regarding OSM traffic signals

2018-08-30 Thread Jakob Erdmann
Did you use the recommended import options? ( http://sumo.dlr.de/wiki/Networks/Import/OpenStreetMap#Recommended_NETCONVERT_Options ) 2018-08-30 12:03 GMT+02:00 himanshu soni : > Hello > I have a question related to osm traffic signals, I have downloaded the > osm map and convert it into *.net*

Re: [sumo-user] Unequally spaced vehicles

2018-08-30 Thread Alan Dee
Thanks heaps! On Thu, Aug 30, 2018 at 4:47 PM Jakob Erdmann wrote: > Hello, > This is an artefact of the simulation step-length (vehicles can only be > inserted at full seconds and this implies a narrow choice of headways when > inserting at a fixed position. (There is actually an open issue

Re: [sumo-user] Application error '0xc000007b' after compile sumo from source code

2018-08-30 Thread Pablo.AlvarezLopez
Hi, please check if you are using the 32 bits libs for a SUMO compilation of 64 bits. Are you using the SUMOLibraries? Regards -Ursprüngliche Nachricht- Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von ??? via sumo-user Gesendet: Donnerstag, 30.

[sumo-user] Application error '0xc000007b' after compile sumo from source code

2018-08-30 Thread 徐晨翔 via sumo-user
Dear All I followed the instruction on 'http://sumo.dlr.de/wiki/Installing/Windows_CMake' to build sumo from source code. I got the SUMO.sln and built the solution. But when I intended to open those applications under bin folder, an error occurred says '0xc07b'. I googled this problem

[sumo-user] Question regarding OSM traffic signals

2018-08-30 Thread himanshu soni
Hello I have a question related to osm traffic signals, I have downloaded the osm map and convert it into *.net* file and created route file using randomtrips.py. But when I run the gui, I don't get the traffic signals working in it. So can you help me figure out the installation of signals in it?

Re: [sumo-user] Bus frequency

2018-08-30 Thread Jakob Erdmann
For increasing levels of detail, see: http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes#Repeated_vehicles_.28Flows.29 http://sumo.dlr.de/wiki/Simulation/Public_Transport http://sumo.dlr.de/wiki/Specification/Persons http://sumo.dlr.de/wiki/IntermodalRouting 2018-08-29

Re: [sumo-user] Collect Edge stat

2018-08-30 Thread Jakob Erdmann
2). the meanData decleration must be defined in an additional file. It always measures all edges. The id is only used to destinguish multiple sets of meanData definitions that write to the same output file (so it can be anything you like). see

Re: [sumo-user] Unequally spaced vehicles

2018-08-30 Thread Jakob Erdmann
Hello, This is an artefact of the simulation step-length (vehicles can only be inserted at full seconds and this implies a narrow choice of headways when inserting at a fixed position. (There is actually an open issue that would fix this https://github.com/eclipse/sumo/issues/4277) - One

Re: [sumo-user] one-shot.py is so slow

2018-08-30 Thread Jakob Erdmann
Hello, 1) I don't look at the stackoverflow questions, so I cannot actually tell you how good the response time / answer quality there is. I recommend the mailing list. 2) I'm not quire sure about your setup now. You can load trips direclty into sumo (and will perform initial routing just like