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

Make U-Turn a type (U-Turn left vs U-Turn right) #3077

Closed
MoKob opened this issue Oct 18, 2016 · 1 comment
Closed

Make U-Turn a type (U-Turn left vs U-Turn right) #3077

MoKob opened this issue Oct 18, 2016 · 1 comment

Comments

@MoKob
Copy link

MoKob commented Oct 18, 2016

Right now, u-turn is a direction modifier, rather than a turn type itself.

We should consider making uturns a turn-type:

  • we could then indicate whether a u-turn is to the left or to the right (consider left-sided driving, or maybe special cases)
  • we could free up the uturn modifier to be invalid and to better describe invalid turns
  • having a turn-type for u-turns removes ambiguity for having turn uturn and continue uturn.

Due to the removal of uturn as a modifier, and since it's not really well announed as a turn, this change has to be considered an API change and could only be implemented with the next major version.

@TheMarex
Copy link
Member

TheMarex commented Dec 4, 2017

The original need for this was due to left/right hand driving. This was fixed by adding driving side, so I don't think we need this anymore.

@TheMarex TheMarex closed this as completed Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants