[sumo-user] [SUMO] Detectors

2018-10-12 Thread Chaniotakis, Emmanouil
Hello, I have a question concerning the the definition of induction loop. Has this changed with the introduction of the 1.0.1 version? Before I could use the following definition for e1 detectors: Now it seems that only the use of the following definition works. file="out.xml"/> file=

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-12 Thread Jakob Erdmann
I am unable to reproduce the issue (testing with 1.0.1 and also with 0.32.0). Please provide a minimal TraCI script that causes the error on your side. Am Fr., 12. Okt. 2018 um 19:46 Uhr schrieb Marc Zofka : > Hi Jakob, > > > > I checked your hints from the last mail: > > · The error app

Re: [sumo-user] [REROUTING]

2018-10-12 Thread Jakob Erdmann
>From the screenshot alone, this does not look like an issue with the model parameters to me but rather like a network issue. Can you send the network file (or just the part shown in the screenshot if your network is too big)? Am Fr., 12. Okt. 2018 um 17:25 Uhr schrieb Luca Di Costanzo < dicostan

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-12 Thread Marc Zofka
Hi Jakob, I checked your hints from the last mail: · The error appears regardless of whether I call polygon.getShape() immediately after TraCIAPI::connect() or after setting up some subscriptions. · I am using the following code […] const std::vector polygon_ids = polygon.ge

Re: [sumo-user] [REROUTING]

2018-10-12 Thread Luca Di Costanzo
I'm here again trying to solve the last problem to perform my simulation I'm trying to post this image to help me explain my problem. You can see, in the figure below, that the vehicles occupy almost only the right lane, staying in the queue, remaining empty the lefty one even if they have to turn

[sumo-user] Error when using ACC car-following model

2018-10-12 Thread Tong, Kailin
Dear SUMO users, I am using SUMO Version 1.0.1. I tested with the new car-following model ACC. When it was tested in a single-lane road, It worked smoothly. When it was tested in a two-lane scenario, loading configuration was done and then this error always occurred (same error without GUI). [

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-12 Thread Jakob Erdmann
- Can you reproduce the error when polygon.getShape() is the only traci call (after initialization)? - Can you retrieve other polygon values without error? Am Fr., 12. Okt. 2018 um 10:28 Uhr schrieb Marc Zofka : > Hi, > > > > we are working with SUMO-GUI v.032 and the TraCI C++ code from v0.32.

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-12 Thread Marc Zofka
Hi, we are working with SUMO-GUI v.032 and the TraCI C++ code from v0.32. Best regards, Marc Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Jakob Erdmann Gesendet: Freitag, 12. Oktober 2018 09:00 An: Sumo project User discussions Betreff: Re: [sumo-use

Re: [sumo-user] Beginner for SUMO

2018-10-12 Thread Jakob Erdmann
I'm not sure what you mean. If you want vehicles drive at different speeds, then you can use speed distributions. If you want to detect only vehicles within a certain speed range, then this is not possible with laneArea detectors You might use to obtain individual vehicle detections and filter the

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-12 Thread Jakob Erdmann
Hello, shape retrieval is working in our currents tests. The error might be caused by mixing client version 1.0.0+ with sumo version 0.32.0 (there was a protocol change in 1.0.0) regards, Jakob Am Do., 11. Okt. 2018 um 08:59 Uhr schrieb Marc Zofka : > Dear Sumo-Users, > > > > we tried to access t