Speech output: "turn left", "turn right" to follow route

Started by borish, July 26, 2014, 07:57:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

borish

Oruxmaps should gives speech commands "turn left" and "turn right" in route follow mode on turnpoints. Turnpoints and the direction of turn can be identified by computing the angle between two consecutive route vectors (using the vector dot product).



For example, here I set a waypoint to remind me of the turn.

http://s29.postimg.org/5rh8tfizb/Screenshot_2014_07_26_19_44_13.png">

However, the message "WPT_0000072 39.2 meters" isn't as helpful as a message "turn left in 40 meters" would be.

goosiebn

You can manually change the title of the waypoint to 'turn left'.

goosiebn

It might be handy for some named waypoints to be auto generated as a starter and then remove some over-zealous pointers where the road just turns too sharply and add some where the turn-off has a very slight angle, or some other route marking is required.

borish

Quote from: "goosiebn"You can manually change the title of the waypoint to 'turn left'.

Sure, but isn't software meant to help us by doing stuff automatically? If you navigate though a town it's a lot of work to edit all the turn points. Plus, it shouldn't be too difficult to code this.