You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roadDic ([type]): Instead of a list of current roads, supply a dictionary where each road is keyed with its id as a string.
256
+
firstRoadId ([type]): [description]
257
+
incomingRoad ([type]): [description]
258
+
cp1 ([type]): cp of the first road that is connected to the intersection.
259
+
linkConfig ([type]): a list of tuples where each tuple defines a unique connection between two lanes. A link is a tuple ('incoming-road-id:lane-id', 'outgoing-road-id:lane-id')
0 commit comments