[sumo-user] Logic behind Emission model

2019-09-24 Thread Raaj Striker
Hello, I want to understand the logic or the relationship implementation behind the SUMO Emissions Model HBEFA! Since it is lql open source, can anyone tell me where can I find it? ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery

Re: [sumo-user] After building SUMO from source in Ubuntu

2019-09-24 Thread Jakob Erdmann
look in sumo/bin also it helps to do $> export PATH=$PATH:/path/to/sumo/bin Am Di., 24. Sept. 2019 um 14:38 Uhr schrieb Tong, Kailin < kailin.t...@v2c2.at>: > Dear all, > > I built SUMO in Ubuntu following this instruction, and did not meet any > error. > > sudo apt-get install cmake python g++

[sumo-user] After building SUMO from source in Ubuntu

2019-09-24 Thread Tong, Kailin
Dear all, I built SUMO in Ubuntu following this instruction, and did not meet any error. sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig git clone --recursive https://github.com/eclipse/sumo export SUMO_HOME="$PWD/sumo" mkdir

Re: [sumo-user] Simulating Real Time Traffic Condition

2019-09-24 Thread cg
Hi Jakob, Thanks! Will try out your method. Regards, CG -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from

Re: [sumo-user] Simulating Real Time Traffic Condition

2019-09-24 Thread Jakob Erdmann
Hello, calibrators are not accessible via TraCI at the moment. The only way to do real-time calibration at the moment is to re-implement the calibration algorithm via TraCI primitives: - counting vehicles - sampling routes to build up a route distribution - removing vehicles - adding vehicles