Re: [sumo-user] Sumo build error

2019-08-26 Thread Pablo.AlvarezLopez
Hello, You need to build the project CMake/install_dll (only once). Regards Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Raheleh Zarei Gesendet: Dienstag, 27. August 2019 00:04 An: Sumo project User discussions Betreff: Re: [sumo-user] Sumo build erro

Re: [sumo-user] modelling pedestrians correctly

2019-08-26 Thread Jakob Erdmann
Hello, E2-detectors currently cannot detect pedestrians. and the only way to implement a pedestrian-pushbutton is by checking the walking direction of the pedestrians explicitly. This is demonstrated in https://sumo.dlr.de/wiki/Tutorials/TraCIPedCrossing Sidewalks should be modelled with a single

Re: [sumo-user] Unexpected behavior with containerStops

2019-08-26 Thread Jakob Erdmann
Yes. This is expected behavior (though I admit it could be improved). The route only gets expanded to the full path after the next call to simulationStep. Adding the stop in the next step should work. regards, Jakob Am Mo., 26. Aug. 2019 um 16:34 Uhr schrieb Paolo Bolzoni < paolo.bolzoni.br...@g

[sumo-user] modelling pedestrians correctly

2019-08-26 Thread Menno van der Woude
Dear all, currently, when modelling pedestrians, I always use 'regular' edges and connections. This results in warnings (such as "Warning: Vehicle type '7' with vClass=pedestrian should only be used for persons and not for vehicle 'ped26'."), and sometimes pedestrians accidentally end up on th

[sumo-user] Unexpected behavior with containerStops

2019-08-26 Thread Paolo Bolzoni
Dear list, See this code. Assume the variable "path" contains a sequence of edges starting from 4539789#1 and arriving to 4469078#5. The commented line instead contains only the extremes. traci.route.add('t1', path) #traci.route.add('t1', ['4539789#1', '4469078#5']) traci.vehicle.add(

Re: [sumo-user] SUMO default parameters

2019-08-26 Thread Jakob Erdmann
The lcOvertakeRight error is a bug ( https://github.com/eclipse/sumo/issues/5991). We're planning a hotfix release tomorrow, so just upgrade to that. There is currently no way to get the default values for all attributes. I've updated the documentation though: https://sumo.dlr.de/wiki/Definition_o