Re: [sumo-dev] Retrieving the type of Junction

2021-11-12 Thread Adrien Dubedat
. The length always corresponds to the length of the state string for that junction. Q2: yes. Am Do., 11. Nov. 2021 um 22:43 Uhr schrieb Adrien Dubedat mailto:adrien.dube...@cae.com>>: Thank you very much again for your time Jakob ! I have probably what should be my last 2 questions about this s

Re: [sumo-dev] Retrieving the type of Junction

2021-11-11 Thread Adrien Dubedat
hase and the state code (G/r) will describe both sides of the crossing. Caveat: It is possible two control both sides of a pedestrian crossing with different signal states. Contrary to my previous message, this will lead to controlled links of the form where the crossings is the fromLane: [[('EC_0

Re: [sumo-dev] Retrieving the type of Junction

2021-11-10 Thread Adrien Dubedat
ds, Adrien De : sumo-dev De la part de Jakob Erdmann Envoyé : Wednesday, November 10, 2021 2:22 PM À : sumo developer discussions Objet : Re: [sumo-dev] Retrieving the type of Junction Yes. The crossings will only show up as "toLane" IDs (even though both sides are controlled by a

Re: [sumo-dev] Retrieving the type of Junction

2021-11-04 Thread Adrien Dubedat
of the form :_w_0 are walkingareas Lanes with ids of the form :_c_0 are crossings The index in the result lists corresponds to the index in the phase state. regards, Jakob Am Mi., 3. Nov. 2021 um 20:10 Uhr schrieb Adrien Dubedat mailto:adrien.dube...@cae.com>>: Hi Jakob, Thank you for your

[sumo-dev] Retrieving the type of Junction

2021-11-01 Thread Adrien Dubedat
Hi, I'm trying to retrieve the type of a Junction, I'm using the C++ library. In an osm.net.xml file which lists all junctions, I see there are some different node types (https://sumo.dlr.de/docs/Networks/PlainXML.html#node_types) : I looked in the C++ classes / headers, mostly in