Re: [sumo-user] Publications on pedestrian and bicycle models in SUMO

2019-08-02 Thread Jakob Erdmann
Hello, for pedestrians, you can cite https://elib.dlr.de/100554/ For cyclists there is no dedicated model. They drive using a car-following model with adapted parameters. regards, Jakob Am Di., 16. Juli 2019 um 08:17 Uhr schrieb Azise Oumar Diallo < dialli...@gmail.com>: > Dear all, > > I would

Re: [sumo-user] Spawning and moving pedestrians in SUMO

2019-08-02 Thread Michael Behrisch
Hi Marc, to get an overview of what is possible with persons just look at https://sumo.dlr.de/pydoc/traci._person.html. Best regards, Michael Am 2019-08-02 11:06, schrieb Marc Zofka: Dear Sumo-Users, is there a way to spawn and control pedestrians using TraCI programmatically? I would also a

Re: [sumo-user] How to simulate Connected vehicles in Sumo

2019-08-02 Thread Michael Behrisch
Hi, usually we implement the effects of vehicle communication using traci, see https://sumo.dlr.de/wiki/TraCI because in the context of SUMO it all boils down to vehicles (or traffic lights) behaving differently because other vehicles (or the infrastructure) trigger this behavior. You can take

Re: [sumo-user] force vehickles not to eneter a closed street

2019-08-02 Thread Michael Behrisch
Hi, can you share your scenario? Is the rerouter edge the starting edge for the vehicles? Best regards, Michael Am 2019-07-23 01:56, schrieb Sasan Amini: Dear all, I am simulating a scenario in which I close an edge and want to force all vehicles to other alternatives. The problem is that ve

Re: [sumo-user] distance to next junction

2019-08-02 Thread Michael Behrisch
Hi Pascal, this is just the length of the lane (traci.lane.getLength) minus the current position on the lane (traci.vehicle.getLanePos). Best regards, Michael Am 2019-07-15 14:52, schrieb Hoffmann, Pascal: Hi sumo user, I want to assign vehicles just, if they are in a defined distance to ne

[sumo-user] Spawning and moving pedestrians in SUMO

2019-08-02 Thread Marc Zofka
Dear Sumo-Users, is there a way to spawn and control pedestrians using TraCI programmatically? I would also appreciate if there are some hints on the wiki. Unfortunately, I could find any hints wrt. pedestrian control over TraCI except that vehicles can be moved externally. With best regards,

Re: [sumo-user] Using Python tools as reusable libraries

2019-08-02 Thread Michael Behrisch
Hi, I adapted xml2csv in https://github.com/eclipse/sumo/commit/ff90fe8669fb0b1ff413c90d043ffdc5eb5b0941 to at least allow parsing a user defined argument list but I don't think we will put more effort into refactoring it. But we happily accept pull requests and patches :-). Best regards, Mi

Re: [sumo-user] Import whole route as a .gpx file in SUMO

2019-08-02 Thread Michael Behrisch
Hi, there is also https://sumo.dlr.de/wiki/Tools/Routes#tracemapper.py Best regards, Michael Am 2019-07-17 17:22, schrieb Harald Schaefer: Hi, you can use functions from sumolib, see in the wiki a) https://sumo.dlr.de/wiki/Tools/Sumolib#locate_nearby_edges_based_on_the_geo-coordinate b) https:

Re: [sumo-user] Working collaboratively with NETEDIT and a version control system

2019-08-02 Thread Michael Behrisch
Hi, what we usually do when working on big networks is to keep one "master" network (usually the initial import from OpenStreetMap or some other primary source) and keep separate patch files by different authors which are generated by https://sumo.dlr.de/wiki/Tools/Net#netdiff.py after the aut

Re: [sumo-user] device.rerouting.adaptation-interval

2019-08-02 Thread Michael Behrisch
Hi Lukas, well both are wrong ;-). The default is that the average over the last k snapshots is taken (where k is the parameter device.routing.adaptation-steps and defaults to 180). Alternatively an exponential averaging can be employed by setting device.routing.adaptation-weight to a value la

Re: [sumo-user] TLs program problem

2019-08-02 Thread Michael Behrisch
Hi Jane, 1) No, SUMO can currently not generate a tls program from the switching times of an actuated tls. but you can dump the switch times and phases and generate one yourself. The problem is that an actuated tls has usually different behavior in different cycles (that's why it is acutated a

Re: [sumo-user] parking area rerouter not triggering when parking area close to junction

2019-08-02 Thread Michael Behrisch
Hi, the problem is a little bit more complex and now tracked here: https://github.com/eclipse/sumo/issues/5864 Best regards, Michael Am 2019-07-22 16:46, schrieb The div: Adding a check for endPos < 0 into MSVehicle.cpp planMoveInternal solves the issue and doesn't impact SUMO test output

Re: [sumo-user] Car Following parameters - "Tau"

2019-08-02 Thread Michael Behrisch
Hi, you should always use departSpeed="max" when trying to maximize flows. Also I assume there may be a strange interaction with your acceleration an deceleration values. When defining the vtype and the flow like this it works as expected when changing tau: tau="1.0"/> from="e1"

Re: [sumo-user] SUMO crashes when using SSM devices with opposite (SOLVED)

2019-08-02 Thread Michael Behrisch
Hi, this is rather a workaround than a fix but the problem has been fixed here: https://github.com/eclipse/sumo/issues/5839 Best regards, Michael Am 2019-07-23 23:38, schrieb Usama Shahdah: Update: I found that by setting "lcLookaheadLeft>=10", SUMO no longer crashes, as the default value for