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

2021-11-01 Thread Jakob Erdmann
The junction type is currently not accessible via the TraCI API. (for static network analysis, the python library sumolib is recommended: https://sumo.dlr.de/docs/Tools/Sumolib.html) If you only need to identify traffic light junctions, you can use the functions in TrafficLight.h to retrieve

[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