Re: [sumo-user] Running Simulation model

2019-03-05 Thread Jakob Erdmann
Possibly, your simulation starts at time 0 but your traffic only starts later so you would have to wait for it to show up. Does the simulation clock advance as expected? Do the traffic lights cycle? Am Mi., 6. März 2019 um 07:11 Uhr schrieb Manh Do Van : > Dear Users, > I got a problem when

Re: [sumo-user] NetConvert Issue

2019-03-05 Thread Jakob Erdmann
Your network was shifted during the original import because you did not set the option --offset.disable-normalization at that time. Consequently, your x,y coordinates do not match. You can fix this by shifting it back: netconvert -s sumo_network.net.xml -o net2.net.xml --offset.x -9857.29

Re: [sumo-user] Modifying the SUMO network at runtime

2019-03-05 Thread Jakob Erdmann
Hello, there is currently no support for modifying the network except for changing lane permissions. Adding nodes and edges at runtime would be quite difficult since you would have to replicate all the procesing steps of netconvert (e.g. to compute intersection rules) as wells as all the steps

Re: [sumo-user] Average Delay

2019-03-05 Thread Manh Do Van
thank you so much! Virus-free. www.avg.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Tue, Mar

[sumo-user] Modifying the SUMO network at runtime

2019-03-05 Thread Linwood Hudson
Hello all, My project performs several pre-processing steps to OSM files prior to running them through netconvert and launching SUMO. The most time-consuming is using Osmosis to apply elevation data to each node, as is required for my simulation purposes. I'm looking into ways to speed up the

Re: [sumo-user] Distribution of vehicle types with vehTypeDistribution.py

2019-03-05 Thread Fredrik Nilsson
Hi, Thanks Jakob that will work just great! BR, Fredrik From: sumo-user-boun...@eclipse.org on behalf of Jakob Erdmann Sent: Tuesday, March 5, 2019 14:42 To: Sumo project User discussions Subject: Re: [sumo-user] Distribution of vehicle types with

Re: [sumo-user] Distribution of vehicle types with vehTypeDistribution.py

2019-03-05 Thread Jakob Erdmann
This is not supported by createVehTypeDistribution.py Also, you would get problems with correlated parameters (supposedly trucks are longer on average than passenger cars) and this could not be handled by the tool. I recommend creating 3 distributions with different base probabilties by like

[sumo-user] Distribution of vehicle types with vehTypeDistribution.py

2019-03-05 Thread Fredrik Nilsson
Hi, I am using vehTypeDistribution.py to generate a population of vehicles in my simulation and I was wondering how I could make it generate different vehicles types (with a certan distribution, e.g. 90% passenger cars, 8% trucks and 2% buses)? I currently use a config file like this (don't

Re: [sumo-user] vehicle scope data after calling moveToXY

2019-03-05 Thread Jakob Kaths
Great, thanks a lot for fixing that! I assume it will be in the nightly snapshot so I can test it tomorrow. Hope I still get the chance to adapt our paper for the SUMO Conference with these additions. Best regards Jakob Von: Jakob Erdmann Gesendet: Dienstag, 5. März 2019 07:54 An: Jakob