Skip to content
New issue

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

Overtaking on bidirectional roads #22

Open
akegermany opened this issue Feb 10, 2013 · 1 comment
Open

Overtaking on bidirectional roads #22

akegermany opened this issue Feb 10, 2013 · 1 comment
Milestone

Comments

@akegermany
Copy link
Collaborator

Movsim aims at modeling all generic situations in traffic. Overtaking on bidirectional roads is such a generic situation which we should handle.

At first the movsim network model has to be extended in a way that the opendrive format for left and right lanes is taken into account. Then we need a mapping to two RoadSegments which share the same RoadMapping as "peers" in counterflow directions. That is: The network of road segments is a directed graph and we need a mapping from a road-ID to a pair of ids for both directions.

Having this datastructure the model for the discrete decision has to be implemented taking into account the vehicle from the counterflow direction.

Last but not least the visualization needs to handle these issues (drawing the vehicles in the correct driving directions (a vehicle could use a road segment in the counter-driving direction for overtaking. The experience showed that visualization is a perfect tool for model development.

@akegermany
Copy link
Collaborator Author

It would be interesting which simulators actually do implement such overtaking maneuvers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant