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

Modifier in roundabout turns in can be confusing #140

Closed
daniel-j-h opened this issue Aug 31, 2017 · 3 comments · Fixed by #203
Closed

Modifier in roundabout turns in can be confusing #140

daniel-j-h opened this issue Aug 31, 2017 · 3 comments · Fixed by #203
Assignees

Comments

@daniel-j-h
Copy link
Member

In mapbox/mapbox-navigation-android#184 a user got confused by roundabout turns where we announce something like "at the roundabout turn left".

The idea behind this is the user should leave the roundabout to the left. But the "turn left" can be seen as confusing because you turn right to enter the roundabout in a right-hand sided driving country.

We should probably announce roundabout turns differently maybe "leave the roundabout to the right" or similar (not a native speaker, sorry).

"roundabout turn": {
"default": {
"default": "At the roundabout make a {modifier}",
"name": "At the roundabout make a {modifier} onto {way_name}",
"destination": "At the roundabout make a {modifier} towards {destination}"
},
"left": {
"default": "At the roundabout turn left",
"name": "At the roundabout turn left onto {way_name}",
"destination": "At the roundabout turn left towards {destination}"
},
"right": {
"default": "At the roundabout turn right",
"name": "At the roundabout turn right onto {way_name}",
"destination": "At the roundabout turn right towards {destination}"
},
"straight": {
"default": "At the roundabout continue straight",
"name": "At the roundabout continue straight onto {way_name}",
"destination": "At the roundabout continue straight towards {destination}"
}
},

Note: when we introduce a roundabout exit instruction in osrm (Project-OSRM/osrm-backend#4358) we should double check that roundabout turns are atomic and do not come with an extra turn instruction to leave the roundabout.

cc @miccolis

@hdaymon hdaymon added roundabout and removed quality labels Sep 7, 2017
@hdaymon
Copy link

hdaymon commented Sep 23, 2017

I believe that this is handled in https://github.com/mapbox/directions-voice-instructions/issues/18

@MoKob
Copy link

MoKob commented Sep 25, 2017

@hdaymon the exit rotary part is unrelated to roundabout turns. A rotary is a large roundabout with a dedicated name (or traffic circle, not following roundabout rules).
A roundabout turn is a tiny traffic circle that does feel more like an intersection.

A possible solution here could be to use Leave the roundabout to the left instead of At the roundabout turn left. With this reformulation, I would assume that the confusion @daniel-j-h mentions here cannot happen.

@1ec5
Copy link
Member

1ec5 commented Oct 5, 2017

How about leaving out any mention that there’s a roundabout? It’s just secondary information, akin to “at the large intersection”.

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

Successfully merging a pull request may close this issue.

5 participants