[sumo-user] Parking area blocking road

2020-06-12 Thread Albert Wallace
Hi, I've used the traci function: traci.vehicle.setStop("legend", "parkingArea_0", duration=2000, flags=64) To tell the front car to park in a parking space, however it has just stopped in the road and blocked the traffic, I think it is registered as parking in the space as the outlines colour

Re: [sumo-user] SUMO User conference

2020-06-12 Thread behzad bamdad mehrabani
Thank you very much. On Fri, Jun 12, 2020 at 10:10 AM bieker wrote: > Dear Behzad Bamdad Mehrabani, > > the SUMO user conference is normally taking place in may but we had to > postpone it to october because of the current Covid19 situation. The > deadline for the papers was already in january

Re: [sumo-user] Fundamental diagram

2020-06-12 Thread Amirhosein Karbasi
Thank you so much dear Jakob. On Fri, Jun 12, 2020 at 2:13 AM Jakob Erdmann wrote: > 1) if you set your frequency to ~half the cycle time, you should see some > data points with higher flow. When averaging over a full cycle you would > still mix green and red phases > 2) yes, each interval

Re: [sumo-user] SUMO User conference

2020-06-12 Thread bieker
Dear Behzad Bamdad Mehrabani, the SUMO user conference is normally taking place in may but we had to postpone it to october because of the current Covid19 situation. The deadline for the papers was already in january this year and the authors has already received a notification of acceptance. The

Re: [sumo-user] repeating public transit routes

2020-06-12 Thread Jakob Erdmann
These are two different periods: - the period in the flow defines the time between individual vehicles - the period in the route defines the (expected) time to complete one loop of the route Both times are independent of each other. If you want multiple vehicles on the same route the flow-period

Re: [sumo-user] repeating public transit routes

2020-06-12 Thread Tripplanner Mumbai
Hello Jajob, As I believe, the following line of code is responsible for dispatching or starting vehicles. For example, the first vehicle starts at 1 sec and the second starts at 201. There could be at most two vehicles since the flow ends at 211 sec. If my above assumption is correct, then what

[sumo-user] SUMO User conference

2020-06-12 Thread behzad bamdad mehrabani
Hello Dear All, I want to participate in the SUMO user conference, but I cannot find any link for registration and submission of papers to the conference. Therefore, I would be happy if you could send me any information regarding the submission of papers (deadlines, guidelines, etc.) for this

Re: [sumo-user] repeating public transit routes

2020-06-12 Thread Jakob Erdmann
The following example (from https://github.com/eclipse/sumo/tree/master/tests/sumo/basic/routes/parsing/repeat_flow_stops ) defines 2 buses that run a looped route 3 times each (initial run and 2 repeats). The 'until' times are relative to the flow vehicle departures (at time 0 and 200) and the

Re: [sumo-user] The varied phenomenon of my own simulation problem

2020-06-12 Thread Jakob Erdmann
Yes. Only scheduled stops () are excluded). Am Fr., 12. Juni 2020 um 04:47 Uhr schrieb Jane Cheung < cheung180...@gmail.com>: > Jakob, > > Thanks for your replay! > One more question. > The attribute of "halting" refers to vehicles which speed is less than > 0.1m/s. Do vehicle stop at the

Re: [sumo-user] Sudden braking due to pedestrians

2020-06-12 Thread Jakob Erdmann
Hello, by default, pedestrians will only cross the road when it is safe to do so. In the latest release you can re-configure pedestrians so that they walk across a red light and thus force cars to brake. In the latest development version (