Re: [sumo-user] Problem with laneChange command in TraCI

2020-08-17 Thread MohamadReza-Haghani
Thank you very much dear Jakob for your detailed answers. I did all your solutions but did not get what I needed. The main problem is that min lat gap is not observed. I set min lat gap to 1.8, but I still see that vehicles come closer than this limit to each other. I was wondering to know whether

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Michael Behrisch
Hi, can you try to run tools/build/version.py manually and post the output? Also please make sure you do not have any old sumolib installed. Best regards, Michael Am 2020-08-17 14:55, schrieb Tripplanner Mumbai: Hello Jakob, I tried the version was updated on August 16 and found the same

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Tripplanner Mumbai
Hello Jakob, I tried the version was updated on August 16 and found the same errors. Then, as per your instructions, I ran "make clean" followed by "make VERBOSE=1" inside cmake-build folder. Again, the ended in errors. The output of "make VERBOSE=1" instruction is attached herewith. Note that I

Re: [sumo-user] Graphical Issues

2020-08-17 Thread Jakob Erdmann
Whenever something like this showed up previously, it was related to graphic driver issues. I recommend installing the latest driver from NVIDIA. Am Mo., 17. Aug. 2020 um 12:02 Uhr schrieb Russell Bray / Ansible Motion < russell.b...@ansiblemotion.com>: > Hi Pablo, > > > > Certainly; > >-

Re: [sumo-user] Graphical Issues

2020-08-17 Thread Russell Bray / Ansible Motion
Hi Pablo, Certainly; * Graphics card - Intel UHD 630 and NVIDIA Quadro P620 * OS - Windows 10 v1909 * Sumo v1.6.0 Kind regards, Russell Bray From: sumo-user-boun...@eclipse.org On Behalf Of pablo.alvarezlo...@dlr.de Sent: 17 August 2020 10:57 To: sumo-user@eclipse.org Subject:

Re: [sumo-user] Graphical Issues

2020-08-17 Thread Pablo.AlvarezLopez
Hi Russel, Can you send me the followings specifications? - Graphic Card - Operating System - SUMO Version. Regards Von: sumo-user-boun...@eclipse.org im Auftrag von Russell Bray / Ansible Motion Gesendet: Montag, 17. August 2020 11:37:52 An: Sumo

[sumo-user] Graphical Issues

2020-08-17 Thread Russell Bray / Ansible Motion
Hi Sumo, Do you guys know of why my sumo is doing this? I have tried reinstalling but no avail. [cid:image001.jpg@01D67482.74EFC750] Kind regards, Russell Bray ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Jakob Erdmann
in the cmake-build folder: Please run 'make clean' and then post the output of 'make VERBOSE=1' Am So., 16. Aug. 2020 um 18:35 Uhr schrieb Tripplanner Mumbai < tripplanner...@gmail.com>: > The message "Makefile:140: recipe for target 'all' failed" is a summary > message. > >> a) post the output

Re: [sumo-user] Problem with laneChange command in TraCI

2020-08-17 Thread Jakob Erdmann
1) by setting laneChangeMode 0b001001010101 since you disabled sublane changes. This means, cars will not return to their preferred alignment (i.e. the center of a lane) after finishing an overtaking maneuver. I suspect that this is not what you want 2) you could set vType attribute

Re: [sumo-user] The maximum flow could be loaded in one network

2020-08-17 Thread Jakob Erdmann
You could run your scenario with different demand levels (i.e. --scale values) and use -e 3600 --tripinfo-output.write-unfinished --statistic-output to find the maximum of inserted / (duration + departDelay) Am Mo., 17. Aug. 2020 um 03:39 Uhr schrieb Jane Cheung < cheung180...@gmail.com>: >

Re: [sumo-user] Use of minGap and Tau

2020-08-17 Thread Jakob Erdmann
1) Yes 2) For Krauss, a good entry point for looking at the code would be MSCFModell::getSecureGap Am Fr., 14. Aug. 2020 um 21:57 Uhr schrieb Bae, Jong In : > Thank you Jakob for the clarification. > > Based on your explanation, should I understand tau as the time headway > from the end of

Re: [sumo-user] Understanding SpeedDev.

2020-08-17 Thread Jakob Erdmann
the distribution of speeds will have their mean at 30m/s and will be (almost) normally distributed with a standard deviation of 0.1 * 30 = 3m/s. This means ~68% drive between 27ms/ and 33ms but 95% will be found between 24m/s and 36m/s. (