Re: [sumo-user] Uninstalling SUMO

2020-06-18 Thread Michael Behrisch
Hi, the file is called install_manifest.txt and you find it in the dir where you built sumo (something like sumo/build/cmake-build if you followed the instructions). It is generated by cmake automatically (at least we did nothing in our configuration to trigger the creation explicitly). Best

[sumo-user] on-ramp

2020-06-18 Thread boscoma
Hello everyone, I am new to SUMO and I am conducting a project about the on-ramp performance now. I have searched for how to construct an on-ramp but I am not able to do so. Can anyone explain to me how to construct an on-ramp? Thank you! -- Sent from:

Re: [sumo-user] Uninstalling SUMO

2020-06-18 Thread Tripplanner Mumbai
@Michael, I noticed that the uninstalling instruction is updated. I am currently using the latest development version (updated on June 15, 2020). I fell to find manifest.txt in my installed sumo directory. Is manifest.txt added recently to the build files? regards, Dillip Rout On Thu, 18 Jun

[sumo-user] DFROUTER Detector type is discarded for most of detectors

2020-06-18 Thread anilbaral
Hi, I am trying to generate a traffic flow simulation around a loop in Texas. I have hourly flow data for 24 hr at different locations. When I used DFROUTER to determine the type (source or sink) of the detector, most of my detectors are classified as TYPE: discarded. /The code is : dfrouter -n

Re: [sumo-user] Reaction of vehicles to emergency vehicle

2020-06-18 Thread Reza
Thank you very much for the informative link. However, the description provided on the link is very concise. I would like to know whether vehicles should stop after creating an emergency lane. I also was wondering to know how they make emergency lane in a road segment with three lane. -- Sent

Re: [sumo-user] Reaction of vehicles to emergency vehicle

2020-06-18 Thread Jakob Erdmann
https://sumo.dlr.de/docs/Simulation/Emergency.html Am Do., 18. Juni 2020 um 21:19 Uhr schrieb Reza : > Hi, > > I was wondering to know what is the reaction of vehicles when an emergency > vehicle approaches in SUMO software. Where can I find the algorithm for > their behavior? Thank you very

Re: [sumo-user] timestep

2020-06-18 Thread Jakob Erdmann
use --device.fcd.period 10 ( https://sumo.dlr.de/docs/Simulation/Output/FCDOutput.html#instantiating_within_the_simulation ) Am Do., 18. Juni 2020 um 17:14 Uhr schrieb Ishan Dindorkar < ishandindorkar...@gmail.com>: > Dear Community, > > I would like to output fcd data for every 10th timestep

[sumo-user] Reaction of vehicles to emergency vehicle

2020-06-18 Thread Reza
Hi, I was wondering to know what is the reaction of vehicles when an emergency vehicle approaches in SUMO software. Where can I find the algorithm for their behavior? Thank you very much in advance. Regards, Reza. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/

[sumo-user] timestep

2020-06-18 Thread Ishan Dindorkar
Dear Community, I would like to output fcd data for every 10th timestep instead of every single time step that is happening currently as default behaviour. I have looked into options like changing step-length or default-action.step.length but I couldn't achieve reduction of data being generated

Re: [sumo-user] WaintingTime

2020-06-18 Thread Aristide BAMAZI
Thank so much On Thu, Jun 18, 2020, 10:57 Jakob Erdmann wrote: > - waiting time is the continuous waiting time up to the current moment. It > is reset to 0 every time the vehicle starts moving again > - accumulated waiting time is the time spent standing within the > configured

Re: [sumo-user] WaintingTime

2020-06-18 Thread Jakob Erdmann
- waiting time is the continuous waiting time up to the current moment. It is reset to 0 every time the vehicle starts moving again - accumulated waiting time is the time spent standing within the configured waiting-time-memory time window (default 100s) Am Do., 18. Juni 2020 um 11:26 Uhr schrieb

[sumo-user] WaintingTime

2020-06-18 Thread Aristide BAMAZI
Hello everybody . I have to retrieve for each simulation step the wanting time of each vehicle on each road. 1. Do I use or < getWaintingTime > 2. Want to Know how sumo compute the accumulated wanting time. 3. What is the meaning of < -- wainting-time-memory > in command options ?

Re: [sumo-user] Gap Calculation

2020-06-18 Thread Jakob Erdmann
That is the desired gap for the Krauss model if leader and follower are driving with equal speed and with the same braking capability. Desired gaps for other conditions will be different and actual gaps will also be different depending on the situation. Am Mi., 17. Juni 2020 um 22:00 Uhr schrieb

Re: [sumo-user] Defining depot in a SUMO network

2020-06-18 Thread Jakob Erdmann
all elements are recorded in stop output regardless of where they happen and if it happens at a named stoppling place (busStop, parkingArea etc.) that id is be part of the record. Am Do., 18. Juni 2020 um 05:27 Uhr schrieb Tripplanner Mumbai < tripplanner...@gmail.com>: > Hello, > If I set

Re: [sumo-user] Uninstalling SUMO

2020-06-18 Thread Michael Behrisch
Hi, cmake does not provide an uninstall make target, so I added instructions here: https://sumo.dlr.de/docs/Installing/Linux_Build.html It boils down to running sudo xargs rm < install_manifest.txt from your build dir. Best regards, Michael Am 16.06.20 um 14:05 schrieb Tripplanner Mumbai: >