Re: [sumo-user] No vehicles stops in junction and E2 detector display

2019-01-23 Thread Jakob Erdmann
Hello, 1) cars only wait within the intersection under specific conditions: http://sumo.dlr.de/wiki/Simulation/Intersections#Waiting_Within_the_Intersection 2) E2 detectors may cover multiple lanes if the given attributes do not find on a single lane. Please refer to

[sumo-user] No vehicles stops in junction and E2 detector display

2019-01-23 Thread panpingping (A)
Hello, I draw a network in NETEDIT, when run, I found no car stops in junction, please find attachment. Except for that, I create the E2 detectors in the lane connected to traffic light using “endPos”=the length of the lane and “length”=300, then I found the E2 detector is not displayed

Re: [sumo-user] Regarding GDAL

2019-01-23 Thread Jakob Erdmann
use the extended-feature version: http://prdownloads.sourceforge.net/sumo/sumo-win64extra-1.1.0.zip?download regards, Jakob Am Mi., 23. Jan. 2019 um 20:23 Uhr schrieb : > Hello, > > I am trying to use netconvert for shpfile conversion but I get this error. > > Error: SUMO was compiled without

[sumo-user] Regarding GDAL

2019-01-23 Thread cchadj01
Hello, I am trying to use netconvert for shpfile conversion but I get this error. Error: SUMO was compiled without GDAL support. Error: No nodes loaded. Quitting (on error) I know I have to build from source of an older version but I really don't want to. I tried to download a zip that was

Re: [sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++

2019-01-23 Thread Leonhard.Luecken
Hi Christian, Sorry, currently, there is no filter implementation for the C++ client. I think is not so difficult to add it, though. For that, one should take a look at what is done in the corresponding methods of the python client (in tools/traci/_connection.py and tools/traci/_vehicle.py -

[sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++

2019-01-23 Thread christian.damdjowabo
Hello Jakob, it seem that is at the moment not possible to use the Filter functionalities via TRACI-Cpp. The Class TraCIAPI::TraCIScopeWrapper don't have filter-members. Please can you also give me an hint how these Filter have to be use in C++ I think, it would be different as Python . Here