[sumo-user] Please : Need help to solve my problem

2019-10-03 Thread Bijal
Dear Sir, *My algorithm trace to select edges is as follows :* edges :3 edges :5 edges :-5 edges :5 edges :-5 edges :5 edges :3 edges :5 edges :-5 edges :6 *On every edge selection i am executing following code :* traci.vehicle.changeTarget("vehicle0",edges) Instead of following above trace my

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Jakob Erdmann
1) This sounds as if those vehicles prefer a particular lane for strategic reasons (to avoid mandatory lane-change later during their route) 2) vehicles in sumo also try to get into the correct lane as soon as possible. On short weaving sections they may not always manage to do so. You can fix this

Re: [sumo-user] Adding vehicle through TraCI

2019-10-03 Thread Jakob Erdmann
The alternative route is not usable by a vehicle that has always reached the closed lane since there is no way to turn around on that one-way edge. In the latest development version there exists a feature to show all reachable lanes from a particular lane for a chosen vehicle class. You could use t

Re: [sumo-user] sumo-1.1.0 issue

2019-10-03 Thread Jakob Erdmann
I'm afraid this is beyond the support I can give. Since the mininet environment comes with a variant of the python traci bindings and the script you are using adds another thick layer of code around that traci variant you should probably request help from the mininet developers. If you come back

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Albert Jeans
Hi Jakob, Thanks as always for your prompt reply. I'm still a new user of SUMO so I'm afraid I don't understand the construction shown in https://sumo.dlr.de/docs/Simulation/Motorways.html#combined_on-off-ramps Is it two edges on the left, joined to one edge with 3 lanes in the middle, then joined

Re: [sumo-user] sumo-1.1.0 issue

2019-10-03 Thread Lamia E.L.
Hi Jakob, Thank you for your response, I found the solution by printing the steps of the mininet code and I delete the edge that causes the problem of freezing SUMO. Now, I want to calculate the probability that the cars change the direction and edge at each sec. Please, can you guide me how can I

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Jakob Erdmann
Yes. Double connection can be created with ctrl+click in netedit: https://sumo.dlr.de/docs/NETEDIT.html#changing_connections Am Do., 3. Okt. 2019 um 23:34 Uhr schrieb Albert Jeans : > Hi Jakob, > > Thanks as always for your prompt reply. I'm still a new user of SUMO so > I'm afraid I don't unde

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Albert Jeans
Thanks, Jakob! I guess it's time to give the manual a thorough reading. Best regards, Albert On Thu, Oct 3, 2019 at 2:52 PM Jakob Erdmann wrote: > Yes. Double connection can be created with ctrl+click in netedit: > https://sumo.dlr.de/docs/NETEDIT.html#changing_connections > > > > Am Do., 3. Ok