[sumo-user] Different delay values from E3 detector and statistics output

2022-03-29 Thread Usama Shahdah
Hi: I am trying to estimate the intersection delay for a simple intersection with one way major street (one lane) and one way minor street (one lane). I used E3 detector to get the delay and compared the delay with the delay from the summary output and with the HCM method (after estimated the

[sumo-user] What books/documents for SUMO/Veins/Omnetpp

2022-03-29 Thread Thanhnt Nguyen
Dear all I heard that SUMO/Veins/Omnet++ is a powerful framework but it is quite difficult for a newbie. A new learner could run the omnetpp.ini files but he wouldn't know how to write his own project. I suppose this link (https://omnetpp.org/documentation/) would be a good choice for

Re: [sumo-user] Car following model and leaders

2022-03-29 Thread Hriday Sanghvi via sumo-user
Hello again, Thank you for the quick response. Where do I find the calculation for the breaking distance on SUMO? Is it specific to each car following model? Or as I assumed it is the same calculation for them all? Sincerely, Hriday On Tue, 29 Mar 2022 at 16:54, Jakob Erdmann wrote: >

Re: [sumo-user] Car following model and leaders

2022-03-29 Thread Jakob Erdmann
Correct. You need to add the minGap for the front-bumper-to-back-bumper distance. The 'dist' parameter controls the maximum search distance for locating the leader (for a value of dist=0, it defaults to the breaking distance of the vehicle). Am Di., 29. März 2022 um 17:49 Uhr schrieb Hriday

[sumo-user] Car following model and leaders

2022-03-29 Thread Hriday Sanghvi via sumo-user
Hello, I am currently using the Krauss model for car-following following a very simple 2-lane scenario. When I use the *traci.vehicle.getLeader*(vehID=vh, dist=0.0) command, for a vehicle *f.1*, I get the output *('f.0', 1.0995103573504839) *- which is telling me that it is ~1.1m in front of the

Re: [sumo-user] Emissions output

2022-03-29 Thread Jakob Erdmann
1. https://sumo.dlr.de/docs/Simulation/Output/TripInfo.html#devices 2. An example is here https://sumo.dlr.de/extractTest.php?path=complex/emissions/nefz_hbefa3 (though i'd recommend 1. instead) Am Di., 29. März 2022 um 13:12 Uhr schrieb Nathan <26110...@gmail.com>: > Hello, > > > > I am already

[sumo-user] Emissions output

2022-03-29 Thread Nathan
Hello, I am already using the emissions output, however this is in timesteps and instead I would like to find the total emissions of each vehicle, how could I implement this?https://sumo.dlr.de/docs/Simulation/Output/EmissionOutput.html  I have already looked at the emissions tool and I have seen