OruxMaps

Uncategorized Boards => MEJORAS/NEW FEATURES => Topic started by: borish on July 26, 2014, 07:57:42 PM

Title: Speech output: "turn left", "turn right" to follow route
Post by: borish on July 26, 2014, 07:57:42 PM
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.

(//%3C/s%3E%3CURL%20url=%22http://s29.postimg.org/5rh8tfizb/Screenshot_2014_07_26_19_44_13.png%22%3E%3CLINK_TEXT%20text=%22http://s29.postimg.org/5rh8tfizb/Screen%20...%20_44_13.png%22%3Ehttp://s29.postimg.org/5rh8tfizb/Screenshot_2014_07_26_19_44_13.png%3C/LINK_TEXT%3E%3C/URL%3E%3Ce%3E)

However, the message "WPT_0000072 39.2 meters" isn't as helpful as a message "turn left in 40 meters" would be.
Title: Re: Speech output: "turn left", "turn right" to follow route
Post by: goosiebn on July 27, 2014, 09:40:59 PM
You can manually change the title of the waypoint to 'turn left'.
Title: Re: Speech output: "turn left", "turn right" to follow route
Post by: goosiebn on July 27, 2014, 09:52:13 PM
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.
Title: Re: Speech output: "turn left", "turn right" to follow route
Post by: borish on August 03, 2014, 03:48:13 PM
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.