Re: [sumo-user] One-shot .py

2021-05-28 Thread Jakob Erdmann
one-shot.py writes edgeData by default to a file named dump_XYZ.xml Also all that one-shot.py does, is to call sumo with trips as input (multiple times with different parameters for rerouting frequency). You can just call sumo with trips directly and load additional files as desired. Take a look at

[sumo-user] One-shot .py

2021-05-28 Thread Fereshteh
Hello, I wonder if the --additional-files option could be used by one-shot.py or not? Because when I used them together it came to this error: one-shot.py: error: no such option: --additional-files If it is not possible, please let me know how I can save edge-based output from one-shot.py? Since

Re: [sumo-user] departSpeed "random"

2021-05-28 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Simulation/Randomness.html Am Fr., 28. Mai 2021 um 19:41 Uhr schrieb MNY : > I created a route file as below figure. I set to departSpeed parameter > "random" .I obtained results from tripinfo-output with an xml file. For > each > run, departSpeed for each trip remain

[sumo-user] departSpeed "random"

2021-05-28 Thread MNY
I created a route file as below figure. I set to departSpeed parameter "random" .I obtained results from tripinfo-output with an xml file. For each run, departSpeed for each trip remained same. I confused this issue,can you help? Thank you for helping.

Re: [sumo-user] Detectors on Left-hand Driving

2021-05-28 Thread Jakob Erdmann
Thank you for pointing this out. An update should be available tomorrow. Am Fr., 28. Mai 2021 um 11:42 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > In that case, I need to wait for the latest development version, as the > last commit was on 19th May 2021. > > On Fri, May 28, 2021 at 10

Re: [sumo-user] Apply changes to source code

2021-05-28 Thread Menno van der Woude
The error comes from the "libsumo" project. This is a separate project within the solution, which will now not be built, but it will not affect the SUMO-GUI project. I believe libsumo is meant to use SUMO as a library in other projects. Obviously, some python development dependency is not met on yo

Re: [sumo-user] Detectors on Left-hand Driving

2021-05-28 Thread Radha Reddy
In that case, I need to wait for the latest development version, as the last commit was on 19th May 2021. On Fri, May 28, 2021 at 10:26 AM Jakob Erdmann wrote: > You need the latest development version instead of the release: > https://sumo.dlr.de/daily/sumo-win64-git.msi > > Am Fr., 28. Mai 202

Re: [sumo-user] Detectors on Left-hand Driving

2021-05-28 Thread Jakob Erdmann
You need the latest development version instead of the release: https://sumo.dlr.de/daily/sumo-win64-git.msi Am Fr., 28. Mai 2021 um 11:15 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Hello Jakob, > > I have downloaded the nightly snapshot and replaced it with the 1.9.2 msi > version,

Re: [sumo-user] Detectors on Left-hand Driving

2021-05-28 Thread Radha Reddy
Hello Jakob, I have downloaded the nightly snapshot and replaced it with the 1.9.2 msi version, but the problem remains the same. Where did I go wrong? Regards Radha On Thu, May 27, 2021 at 10:02 AM Radha Reddy wrote: > Many thanks for your great help Jakob, > > Regards > Radha > > On Thu, Ma

Re: [sumo-user] Loading state and simulation start speed

2021-05-28 Thread Jakob Erdmann
Forking the simulation directly is not supported. You can only start new processes that load the same state. To avoid tcp overhead you can use libsumo: https://sumo.dlr.de/docs/Libsumo.html Am Do., 27. Mai 2021 um 15:27 Uhr schrieb Marcelo Andrade Rodrigues D Almeida : > Hi Jakob > > Thank you fo

Re: [sumo-user] Duarouter Warning

2021-05-28 Thread Jakob Erdmann
If only a small percentage of the input is affected it is usually no problem to filter out these trips with option --ignore-errors. If the proportion is too large, you should check whether your network consists of many disconnected parts. Am Do., 27. Mai 2021 um 22:39 Uhr schrieb mehdi : > Dear A

Re: [sumo-user] Route alternate file

2021-05-28 Thread Jakob Erdmann
On each call, duarouter only finds one route. In order to collect alternatives, duarouter must be called repeatedly with previous alternatives as input and the fastest route should vary between calls. - you can use the rou.alt.xml output as input to maintain the previously found routes - you can us