I am using veins4.4
and sumo-0.25
and omnet4.6
, I can't see CommandGetJunctionIds()
or GetIdsList()
methods in this version. These methods have used in older versions.
In veins-4.4
, which methods I must use to get junctionIds
?
Asked
Active
Viewed 115 times
1 Answers
0
In Veins 4.4, the method to get junction IDs is called getJunctionIds
. It is a member of the new command interface. See the sample application for how to use access this API efficiently.

Christoph Sommer
- 6,893
- 1
- 17
- 35
-
Dear @Christoph Sommer, What method should I use instead of `traci->getJunctionPosition(...)` ? this method also was in older versions. i want to get position of Junctions... – cngtwnt Jun 18 '16 at 06:15