[sumo-user] Junctions

2018-10-30 Thread bassma aldahlan
Hi All! I used sumo and OSM . I need to join the nodes in the junctions in sumo, so I used this command: netconvert --sumo-net-file map.net.xml \ > --output-file mapJJ22.net.xml \ > --junctions.join but when I use this command sumo-gui mapJ.sumo.cfg, I got an error: Error:The edge '-417597670#4

Re: [sumo-user] how to use different route files to simulate successfully

2018-10-30 Thread Chaniotakis, Emmanouil
Hi Jane, There are quite a few ways to do this. What we have been doing while working on demand calibration methods is to have a wrap-like functions that do all the estimations, save the OD file, and then run all SUMO procedures from that point on. We have tested implementations for both Mat

Re: [sumo-user] Not successfully building SUMO from source

2018-10-30 Thread Tong, Kailin
Thank you very much. Finally the problem was fixed. Just to record what I did: - Uninstall the old version of SUMO - Add the missed library path to system PATH - separate each library path into one line in system PATH Best regards, Kailin -Original Message- From: sumo-user-boun...@ecl

Re: [sumo-user] Device Driver State

2018-10-30 Thread Michael Behrisch
Hi, well, of course setting the driver state influences the driver behavior but this device is more for modelling perception errors. If you give an example which part of the behavior you want to influence, it might be easier to answer, if this is the right place to start. Best regards, Michael Am

Re: [sumo-user] What are the units on fuel for the HBEFA classes?

2018-10-30 Thread Michael Behrisch
Hi, this heavily depends on the roads and traffic situation (or on the driving cycle) you use, so there is no general answer to that. Best regards, Michael PS: Please keep the list posted. Am 25.10.18 um 23:18 schrieb Oesch, T. Sean: > Thanks, is there anywhere I can get the mpg or km/liter for

Re: [sumo-user] Getting the vehicle type of a lanearea dectector in TraCI/libsumo

2018-10-30 Thread Michael Behrisch
Hi, another easy way would be to parse the input file defining the detector yourself. I am a little bit hesitant to add traci interfaces to all the static information available. Best regards, Michael Am 26.10.18 um 16:41 schrieb Didac Busquets: > Thank you Jakob, > >   > > That is what I was do

Re: [sumo-user] Density for the whole road

2018-10-30 Thread Michael Behrisch
Hi, it depends on your definition of density, but I think meanVehicleNumber is more appropriate. Best regards, Michael Am 28.10.18 um 11:22 schrieb Ei Ei Mon: > Dear,  > > Can I assume the values from 'nVehSeen' attributes from the output file > of lane area detectors as density per each lane? T

Re: [sumo-user] Traffic light programs with libsumo

2018-10-30 Thread Michael Behrisch
Hi Didac, you currently cannot, the interface is still incomplete, sorry for that. I opened a ticket here: https://github.com/eclipse/sumo/issues/4743 Best regards, Michael Am 29.10.18 um 12:45 schrieb Didac Busquets: > logic = libsumo.trafficlight.getCompleteRedYellowGreenDefinition(tl) > >   >