Re: [sumo-user] stoplines placed on the intersections

2018-07-16 Thread Barto, Martin
Thank you for your answer Jakob, So if I change the shape of the junction, I should get the stoplines at the right position? I have the start and end positions of the edges, so it should be possible to make a shape by connecting them In my opinion the shape of the junction should be determined

Re: [sumo-user] Pedestrian Intra-Edge Direction

2018-07-16 Thread Jakob Erdmann
Hello, the undesired behavior is caused by the double edge in the walk between the stops: If the input is changed to the person walks backwards as intended (in the original input the "best" route is found that uses the edge twice). regards, Jakob 2018-07-13 21:45 GMT+02:00 Albiston,

Re: [sumo-user] Sublane and Lane Change Mode Question

2018-07-16 Thread Jakob Erdmann
Hello, this might be a bug in the interaction of the sublane model and the wiedemann model. Can you provide a sample scenario for reproducing the issue? regards, Jakob 2018-07-13 17:12 GMT+02:00 Alessandro Kerr : > Hello, > > I have one car that uses the Wiedemann Car Following model (car "A"), a

Re: [sumo-user] stoplines placed on the intersections

2018-07-16 Thread Jakob Erdmann
Hello, The waiting position of the vehicles is mainly determined by the junction shape. While you defined the connection shapes to start to the left of the bicycle crossing, the junction shape starts to the right of it and thus the vehicle edge is made longer to meet the junction shape. regards, J

Re: [sumo-user] Import connections from Opendrive

2018-07-16 Thread Jakob Erdmann
Hello, - turnarounds are added by default. This can be disabled by adding the option --no-turnarounds - surplus left turns are added from road "102". As far as I can tell, this road does not have any outgoing connections at all. As stated earlier, netconvert will guess connections whenever an edge

Re: [sumo-user] Multiple sumo instances

2018-07-16 Thread Jakob Erdmann
You can control multiple TraCI instances from a single script either by assinging a label to each connection or by using the connections as objects. See http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#Controlling_parallel_simulations_from_the_same_TraCI_script 2018-07-16 18:37 GMT+02:0

Re: [sumo-user] POI

2018-07-16 Thread Jakob Erdmann
Hello, - your POI is invisible because you have set the fourth component (alpha) to 0 - when loading POIs from an additional file you can define it using attributes 'lane' and 'pos' as an alternative to 'x','y'. - Via TraCI you can use the function simulation.convert2D() to compute x,y positions fo

[sumo-user] POI

2018-07-16 Thread Stefano Niero via sumo-user
Hi, I added a POI in the simulation at a certain point of the simulation. I used this command: traci.poi.add("station1", 50.0, 50.0, (1,1,0,0)) According to what I found in the documentation. The point is that I don't have any representation in the simulation. I don't see it. Moreover, is there a

Re: [sumo-user] Controlling the lateral alignment via TraCI

2018-07-16 Thread Umair Durrani
Thank you Jakob. This is a request to the community to please provide any examples of manipulating vtype behavior using TraCI based on some condition. I have a particular problem about controlling the lateral alignment, but an example would help me to write the appropriate code. My problem is expl

[sumo-user] Multiple sumo instances

2018-07-16 Thread Thanos Tasakos
Hello, i want to run in parallel multiple sumo instances (servers) and connect to them using traci. Can i have multiple traci clients so that i have a 1 to 1 mapping (client to server)? Each sumo instance is a different experiment and i want to take some statistics every x seconds from every experi

Re: [sumo-user] Platooning in SUMO

2018-07-16 Thread Leonhard.Luecken
I wasn't able to reproduce the error, either. Please send a minimal failing example. Best, Leo Von: sumo-user-boun...@eclipse.org [sumo-user-boun...@eclipse.org]" im Auftrag von "Michael Behrisch [o...@behrisch.de] Gesendet: Montag, 9. Juli 2018 09:01 An

[sumo-user] POI

2018-07-16 Thread Stefano Niero
Hi, I added a POI in the simulation at a certain point of the simulation. I used this command: traci.poi.add("station1", 50.0, 50.0, (1,1,0,0)) According to what I found in the documentation. The point is that I don't have any representation in the simulation. I don't see it. Moreover, is there a

Re: [sumo-user] Traci's running is not smooth

2018-07-16 Thread Michael Behrisch
Hi, there can be multiple reasons for this behavior. It is probably connected to the networking part of the TraCI interface. If you are willing to experiment a little you could use the embedded python version to work around that but this won't work with the GUI. Otherwise we would need a reproducab

Re: [sumo-user] Import connections from Opendrive

2018-07-16 Thread mljack
Here's the file. Use --no-left-connections then unwanted left-turnings are gone, but there are still some straight connections and turning-back connections added which are not in the opendrive file. Regard, -Liang On Sun, Jul 15, 2018 at 9:12 PM, Jakob Erdmann wrote: > Netconvert should not bu