Closed YenKang closed 5 years ago
You can give the edge following the internal edge as first edge of the routing. There is currently no way to find this edge via traci / traas. You will need to parse the network or use sumolib to do so.
You should also be able to retrieve the subsequent edge using lane.getLinks(internalLaneID)
When I execute setRoute function and the current Edge of the vehicle is the junction whoes ID is ":cluster_1240288780_2365426109_0", the system would crash due to the error of route arrangement.
The sumo console showd the error message
My codes
My outpot console
My questuion