We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
traci.edge.getLaneNumber(edgeID) method is available in sumo 64-bit version but not available in sumo 32-bit version.
I introduced edgeIDsAndNumberOfLanesForExit dictionary in app.Config.py. It maps number of lanes in the specified edges.
Number of lanes is used to determine arrivalLane and arrivalPos of vehicles in simulation randomly.
The text was updated successfully, but these errors were encountered:
iliasger
alinaciuysal
No branches or pull requests
traci.edge.getLaneNumber(edgeID) method is available in sumo 64-bit version but not available in sumo 32-bit version.
I introduced edgeIDsAndNumberOfLanesForExit dictionary in app.Config.py.
It maps number of lanes in the specified edges.
Number of lanes is used to determine arrivalLane and arrivalPos of vehicles in simulation randomly.
The text was updated successfully, but these errors were encountered: