Voice navigation using gpx file from Google Maps
4 posters
OruxMaps :: ENGLISH :: IMPROVEMENTS
Page 1 of 1
Voice navigation using gpx file from Google Maps
Hi!
I have used OruxMaps over a year now and it's great, but it would be even greater if it cound do voice navigation. Specially voice navigation using custom routes. I know it sound a complicated but have a fairly simple way to do that(with your help ofcourse).
I use OruxMaps when I am biking. First I create a route using google maps then save it to phone and open it up in OruxMaps. But it would be easier to follow it if I wouldn't have to check when I have to turn. I found a script (link) that turn google's driving instructions to gpx. Here is a small snippet one of my files:
I have found an app that uses openstreetmaps but in my area the coverage of the maps is not very good. But in my way it would be able to create voice navigated routes even with customized comments!
I would like to hear orux's comments could this be possible and also comments from other OruxMaps users would you like to have this kind of feature.
I have used OruxMaps over a year now and it's great, but it would be even greater if it cound do voice navigation. Specially voice navigation using custom routes. I know it sound a complicated but have a fairly simple way to do that(with your help ofcourse).
I use OruxMaps when I am biking. First I create a route using google maps then save it to phone and open it up in OruxMaps. But it would be easier to follow it if I wouldn't have to check when I have to turn. I found a script (link) that turn google's driving instructions to gpx. Here is a small snippet one of my files:
- Code:
<trkpt lat="62.32172" lon="27.86144"><cmt>Turn left onto Linjurikatu</cmt></trkpt>
<trkpt lat="62.32146" lon="27.86207"></trkpt>
<trkpt lat="62.32043" lon="27.86466"><cmt>Take the 1st left onto Kuoppakankaankatu</cmt></trkpt>
<trkpt lat="62.321" lon="27.86573"><cmt>Turn right onto Osmajoentie</cmt></trkpt>
<trkpt lat="62.3202" lon="27.86766"></trkpt>
<trkpt lat="62.32001" lon="27.86808"></trkpt>
<trkpt lat="62.31979" lon="27.86846"></trkpt>
I have found an app that uses openstreetmaps but in my area the coverage of the maps is not very good. But in my way it would be able to create voice navigated routes even with customized comments!
I would like to hear orux's comments could this be possible and also comments from other OruxMaps users would you like to have this kind of feature.
atzi- Cantidad de envíos : 6
Fecha de inscripción : 2011-06-14
Re: Voice navigation using gpx file from Google Maps
atzi wrote:Hi!
I have used OruxMaps over a year now and it's great, but it would be even greater if it cound do voice navigation. Specially voice navigation using custom routes. I know it sound a complicated but have a fairly simple way to do that(with your help ofcourse).
I use OruxMaps when I am biking. First I create a route using google maps then save it to phone and open it up in OruxMaps. But it would be easier to follow it if I wouldn't have to check when I have to turn. I found a script (link) that turn google's driving instructions to gpx. Here is a small snippet one of my files:In this file in additon of normal trackpoint there are comments which tell me when I have to turn.(it is also possiple to have different style in the gpx file) I would want OruxMaps to notify me example 50 meters before the actual track point but only if I am coming from correct direction and notify in correct order (note situations when start place is near finish), but also skip directions if decide to go a little different route . It would be awesome if OruxMaps could play the directions(comments) using text-to-speech module.
- Code:
<trkpt lat="62.32172" lon="27.86144"><cmt>Turn left onto Linjurikatu</cmt></trkpt>
<trkpt lat="62.32146" lon="27.86207"></trkpt>
<trkpt lat="62.32043" lon="27.86466"><cmt>Take the 1st left onto Kuoppakankaankatu</cmt></trkpt>
<trkpt lat="62.321" lon="27.86573"><cmt>Turn right onto Osmajoentie</cmt></trkpt>
<trkpt lat="62.3202" lon="27.86766"></trkpt>
<trkpt lat="62.32001" lon="27.86808"></trkpt>
<trkpt lat="62.31979" lon="27.86846"></trkpt>
I have found an app that uses openstreetmaps but in my area the coverage of the maps is not very good. But in my way it would be able to create voice navigated routes even with customized comments!
I would like to hear orux's comments could this be possible and also comments from other OruxMaps users would you like to have this kind of feature.
Hi, atzi;
Time to work with voices. I think it may be a good way to add directions on the tracks.
Give me 2-3 days to finish with current work.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Voice navigation using gpx file from Google Maps
Hi,
does voice navigation work with oruxmaps?
I downloaded the app and tried to import an kml track I exported from google maps but it does not work.
First of all the track does not seem to be correct (it should be a route along a street, but it only shows two waypoints I created in google maps). Do I have to use gpx or why won't it work?
And if tracks would work, does your app support voice navigation? Couldn't find anything.
Thank you for this otherwise amazing work!
does voice navigation work with oruxmaps?
I downloaded the app and tried to import an kml track I exported from google maps but it does not work.
First of all the track does not seem to be correct (it should be a route along a street, but it only shows two waypoints I created in google maps). Do I have to use gpx or why won't it work?
And if tracks would work, does your app support voice navigation? Couldn't find anything.
Thank you for this otherwise amazing work!
muhnba- Cantidad de envíos : 1
Fecha de inscripción : 2012-08-07
Re: Voice navigation using gpx file from Google Maps
atzi wrote:
I use OruxMaps when I am biking. First I create a route using google maps then save it to phone and open it up in OruxMaps. But it would be easier to follow it if I wouldn't have to check when I have to turn. I found a script (link) that turn google's driving instructions to gpx.
I like this option! But the thing is that you have to rely on the intelligence of this script, you need internet connection (keep in mind the expensive roaming costs ) and it sounds complex to realize. Therefore I would prefer my solution here .
Your argument might now be that your solution is more comfortable for the user. But when you navigate in an unknown area its very often necessary to know at least the names of the villages you pass. So scrolling one time through the route is needed in most cases anyway. Then my solution wouldn't be much extra work.
Maybe both features might be realized some time?
TopBiker- Cantidad de envíos : 5
Fecha de inscripción : 2012-09-14
Re: Voice navigation using gpx file from Google Maps
Nice to see that others are instrested in this kind of feature too. Maybe you didn't understand my idea fully, because it is same idea as yours. I just thought that one could use Google Maps to create gpx file that would have the navigation instructions and OruxMaps would read that file and use example text-to-speech to read them aloud near the wpt coordinates. No internet connection needed. Ofcourse it could be improved with some better script that would check that you are coming from right direction, etc...TopBiker wrote:atzi wrote:
I use OruxMaps when I am biking. First I create a route using google maps then save it to phone and open it up in OruxMaps. But it would be easier to follow it if I wouldn't have to check when I have to turn. I found a script (link) that turn google's driving instructions to gpx.
I like this option! But the thing is that you have to rely on the intelligence of this script, you need internet connection (keep in mind the expensive roaming costs ) and it sounds complex to realize. Therefore I would prefer my solution here .
Your argument might now be that your solution is more comfortable for the user. But when you navigate in an unknown area its very often necessary to know at least the names of the villages you pass. So scrolling one time through the route is needed in most cases anyway. Then my solution wouldn't be much extra work.
Maybe both features might be realized some time?
I noticed that orux had added wpts with voice message in newest beta. I have not had time test it yet. Would be nice hear if others have used this feature to do voice navigation.
atzi- Cantidad de envíos : 6
Fecha de inscripción : 2011-06-14
Re: Voice navigation using gpx file from Google Maps
atzi wrote:
Nice to see that others are instrested in this kind of feature too. Maybe you didn't understand my idea fully, because it is same idea as yours. I just thought that one could use Google Maps to create gpx file that would have the navigation instructions and OruxMaps would read that file and use example text-to-speech to read them aloud near the wpt coordinates. No internet connection needed. Ofcourse it could be improved with some better script that would check that you are coming from right direction, etc...
I think I understand your concept. The thing is, you need a web connection to create the gpx file. So one is not flexible when on the road in another country. No internet, no new route . But both solutions together would of course be best .
atzi wrote:
I noticed that orux had added wpts with voice message in newest beta. I have not had time test it yet. Would be nice hear if others have used this feature to do voice navigation.
Which beta do you mean? 5.0beta16? I would like to test it, but it is not in the description of 16 . Can you assign different voice messages to different waypoints?
TopBiker- Cantidad de envíos : 5
Fecha de inscripción : 2012-09-14
Re: Voice navigation using gpx file from Google Maps
Yes , you are right. There is allready way to add waypoints from file and directly from the app, so it is just navigation we need.TopBiker wrote:
I think I understand your concept. The thing is, you need a web connection to create the gpx file. So one is not flexible when on the road in another country. No internet, no new route . But both solutions together would of course be best .
Yes, 5.0b16. This is what I meant. Haven't tested it thought.TopBiker wrote:
Which beta do you mean? 5.0beta16? I would like to test it, but it is not in the description of 16 . Can you assign different voice messages to different waypoints?
-> Wpt types with voice message. You can add the type and message in the file customwpts.txt like this:
type -> continue
icon -> continue.png
voice msg -> Continue straight
add this line at the end of customwpts.txt file in OruxMaps / customwpts / folder:
continue|Continue straight
atzi- Cantidad de envíos : 6
Fecha de inscripción : 2011-06-14
Similar topics
» [Maybe Egg of Columbus] Navigation by voice with minimal change in app!
» Yandex.Maps not supported and Google.Maps does not work
» Oruxmaps navigation between maps
» Font size in Google maps
» How to use google maps directions?
» Yandex.Maps not supported and Google.Maps does not work
» Oruxmaps navigation between maps
» Font size in Google maps
» How to use google maps directions?
OruxMaps :: ENGLISH :: IMPROVEMENTS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum