Re: [sumo-user] SubLane Model stop behaviour

2023-05-25 Thread Jakob Erdmann
please provide a minimal reproducible example Am Fr., 26. Mai 2023 um 05:34 Uhr schrieb Jojo Get : > Hi everyone, > > NetEdit Version: 1.17 > > [image: image.png] > > As seen in the image above, the motorcycles are currently facing weird > directions when stopping and will vibrate in their curren

[sumo-user] SubLane Model stop behaviour

2023-05-25 Thread Jojo Get
Hi everyone, NetEdit Version: 1.17 [image: image.png] As seen in the image above, the motorcycles are currently facing weird directions when stopping and will vibrate in their current positions, I wanted to check if there is a way to prevent this behaviour from happening. The configurations cu

Re: [sumo-user] human driver behavior modeling

2023-05-25 Thread Jakob Erdmann
You can set vType attribute 'startupDelay' to add a fixed time delay when starting after having come to a stop (i.e. at a traffic light). The EIDM model also contains parameters to flatten the acceleration curve after startup ('Mflatness'). Am Do., 25. Mai 2023 um 17:03 Uhr schrieb HoujiaQD : > H

Re: [sumo-user] Bicycle traffic in Mesoscopic mode

2023-05-25 Thread Jakob Erdmann
it should work if you set option --meso-lane-queue Am Do., 25. Mai 2023 um 15:19 Uhr schrieb Sasan Amini : > Dear all, > I was trying to compare a microscopic with a mesoscopic scenario and > noticed that in mesoscopic mode I cannot have bicycle traffic. The > error message says that the bicycles

Re: [sumo-user] Vehicles disappear when entering intersection

2023-05-25 Thread Jakob Erdmann
most likely you have built your network without internal links (or you are using meso). See https://sumo.dlr.de/docs/Simulation/Intersections.html#internal_links Am Do., 25. Mai 2023 um 15:12 Uhr schrieb Fil Ad via sumo-user < sumo-user@eclipse.org>: > Dear all, > > during the simulation of a rel

[sumo-user] human driver behavior modeling

2023-05-25 Thread HoujiaQD
Hi, Jakob, Typically, vehicles stopped at the intersection stop line proceed through the intersection immediately when the traffic light switches to green. However, I would like to simulate the behavior of human drivers who may be distracted by mobile phones in SUMO. In this scenario, human dr

Re: [sumo-user] build minimal Docker container with sumo from sources

2023-05-25 Thread Peter Marschke (Fujitsu)
Thanks, this reduces the docker container size massively (now ~760MB) what is enough for my use case. PS: When using the slim python 3.11 image (docker.io/python:3.11-slim) as base I had to add some libs manually: libx11-6, libxext6, libxrender1, libgl1 From: sumo-user On Behalf

[sumo-user] Bicycle traffic in Mesoscopic mode

2023-05-25 Thread Sasan Amini
Dear all, I was trying to compare a microscopic with a mesoscopic scenario and noticed that in mesoscopic mode I cannot have bicycle traffic. The error message says that the bicycles cannot be inserted in the network on any of the lanes of the source link, but that works just fine in microscopic mo

[sumo-user] Vehicles disappear when entering intersection

2023-05-25 Thread Fil Ad via sumo-user
Dear all, during the simulation of a relatively simple network (including private cars and public transport), vehicles disappear when entering the intersection and reappear while they have left the intersection. This means, that there is no visualisation of the movement of the vehicles while bei

Re: [sumo-user] Question about randomTrips

2023-05-25 Thread Jakob Erdmann
1. Yes. "arrival within the simulation" (i.e. departure) and "arrival at the end of the trip" are different concepts. 2. departure + tripDuration fully determine arrival time. The tripDuration depends on the distance but also on speed limits, traffic lights and of course other vehicles! 3. the dist

Re: [sumo-user] Question about randomTrips

2023-05-25 Thread Florian Schnepf
Hello Jakob,   thanks for your fast response. So the arrival rate and the value "arrived" from the summary doesn't mean the same? I thought it's the same thing. I thought the value "arrived" can be controlled by the option --binomial. So the number of arrived vehicle (value from summary) over

Re: [sumo-user] automatic naming for groups of edges in netgenerate

2023-05-25 Thread Jakob Erdmann
Yes. you can merge networks with option --sumo-net-file net1.net.xml,net2.net.xml. Just make sure that you create the networks with the appropriate offsets by setting netgenerate options --offset.x and --offset.y. Am Do., 25. Mai 2023 um 13:08 Uhr schrieb ISIK ILBER SIRMATEL < iilbersirma...@traky

Re: [sumo-user] automatic naming for groups of edges in netgenerate

2023-05-25 Thread ISIK ILBER SIRMATEL
thanks a lot. I guess I can combine this with netconvert to solve my problem with 2 groups of prefixes (combining 2 networks). Kimden: "Jakob Erdmann" Kime: "Sumo project User discussions" Gönderilenler: 25 Mayıs Perşembe 2023 13:45:40 Konu: Re: [sumo-user] automatic naming for groups of e

Re: [sumo-user] automatic naming for groups of edges in netgenerate

2023-05-25 Thread Jakob Erdmann
you can use option --prefix to prefix all ids with the given string (custom suffixes are not supported though). Am Mi., 24. Mai 2023 um 23:12 Uhr schrieb ISIK ILBER SIRMATEL < iilbersirma...@trakya.edu.tr>: > Hi all, > > I am using SUMO for academic research (traffic flow modeling and control). >

Re: [sumo-user] Question about randomTrips

2023-05-25 Thread Jakob Erdmann
1. some people use the term "arrival rate" to denote "arrival in the scenario" (i.e. thinking of customer arrival rate) and the section title was chosen to help these people find what they are looking for. 2. by default the number of vehicles departing in the same second is tied to the --period opt

[sumo-user] Question about randomTrips

2023-05-25 Thread Florian Schnepf
Hello everyone,   I have two questions about this part https://sumo.dlr.de/docs/Tools/Trip.html#traffic_volume_arrival_rate of randomTrips.py.     I don't understand why arrival rate and insertion rate is the same.   The second thing is the option --binomial. Without the option, the arr