Results 1 to 9 of 9

Thread: navigation system development, need help

  1. #1
    Newbie
    Join Date
    Nov 2005
    Posts
    17

    navigation system development, need help

    I am trying to develope my own gps map and i want it to do navigation as well.

    I have a vector map of the city and I have all the intersections and way points and street names and everything in a shapefile format.

    Do you know of any software I could use to import the vector maps and make a navigation system? i mean to search the street names and get directions and ...? is there any software that would do it in 2d, 3d format?

    Oh, the reason i am making it on my own is because I just moved into Iran from US, MD and I really need a gps software to prevent from getting lost.

    thanks alot

  2. #2
    Newbie
    Join Date
    Nov 2005
    Posts
    17
    wow 11 views and nothing yet? cant somebody gimme a tip. is it doable?

  3. #3
    Neither darque nor pervert DarquePervert's Avatar
    Join Date
    Apr 2004
    Location
    Elsewhere
    Posts
    13,797
    11 views isn't jack ****.
    You also chose to wait only 8 whole hours on a Sunday.
    Sorry that not enough people choose to respond within your timeframe, but you really need to give people a chance. Not everyone is checking these forums ever few hours like myself and some others.
    Have you looked in the FAQ yet?
    How about the Wiki?



    Under normal circumstances, a signature would go here.

  4. #4
    Newbie
    Join Date
    Feb 2006
    Location
    Oregon, USA
    Posts
    34
    Take a hint from this guy. He's so patient, he waited a year for a reply, then bumped his post.

  5. #5
    Newbie
    Join Date
    Nov 2005
    Posts
    17
    lol, well sorry. i'm just a noob what can i do? wow that guy really had some patience. ill try mybest too.

  6. #6
    Newbie
    Join Date
    Feb 2006
    Posts
    5
    Quote Originally Posted by iph3w
    I am trying to develope my own gps map and i want it to do navigation as well.

    I have a vector map of the city and I have all the intersections and way points and street names and everything in a shapefile format.

    Do you know of any software I could use to import the vector maps and make a navigation system? i mean to search the street names and get directions and ...? is there any software that would do it in 2d, 3d format?

    Oh, the reason i am making it on my own is because I just moved into Iran from US, MD and I really need a gps software to prevent from getting lost.

    thanks alot
    Well, you can use any existing gps navigation software, if you can convert your map to something the software understands. Ask the various software manufacturers about such conversions, if you want to go this route. This is the easy way - you pay and get something that works.

    Now, if you want to make your own software, then you need three things:
    1) To draw sections of the map on screen, with streets and names,
    usually centered on the current position.
    2) To find the best way from the current position to the destination. Dijkstras algorithm is the algorithm of choice for doing this. Look it up if you don't know it.
    3) A user interface for selecting the destination, zoom level and such.
    You had better be a reasonably good programmer to go this route.

  7. #7
    FLAC PURDooM's Avatar
    Join Date
    Jun 2005
    Location
    Anoka County, MN
    Posts
    1,021
    Quote Originally Posted by Hafting
    Well, you can use any existing gps navigation software, if you can convert your map to something the software understands. Ask the various software manufacturers about such conversions, if you want to go this route. This is the easy way - you pay and get something that works.

    Now, if you want to make your own software, then you need three things:
    1) To draw sections of the map on screen, with streets and names,
    usually centered on the current position.
    2) To find the best way from the current position to the destination. Dijkstras algorithm is the algorithm of choice for doing this. Look it up if you don't know it.
    3) A user interface for selecting the destination, zoom level and such.
    You had better be a reasonably good programmer to go this route.
    Don't forget it has to be reasonably fast at determining what roads are on the display, and good at memory management because its hard to fit a whole countries maps in the program.
    Current projects: iGmod reloaded (Latest release) (put on hiatus indefinatly)

    Unlimited Internet and gps tracking for $6 a month with boost mobile!

    Carputer 2: www.lmaocar.com

  8. #8
    Newbie
    Join Date
    Nov 2005
    Posts
    17
    Thanks alot hafting for making ur first post my reply. Ok, the format my current vector map is right now is ESRI standards which is made by ArcGIS software. I am not a very good programer but I can do some stuff. Donno what Dijkstras algorithm is but ill look it up. well the real problem I am having is what purdoom talked about. I donno what to do with the memory management as in how to avoid crashing specially in my PDA which doesnt have a really good processor. Are there any programs u would suggest for using? I donno much about these softwares. I already seen the Oziexplorer and such but they dont do navigation and they dont have route searchs and etc. thank alot again

  9. #9
    Low Bitrate
    Join Date
    Mar 2004
    Posts
    89
    Shapelib

    All you need to read shapefiles and write software.

Similar Threads

  1. Ground noise in system
    By TyBong in forum General MP3Car Discussion
    Replies: 10
    Last Post: 09-20-2005, 03:13 PM
  2. Replies: 33
    Last Post: 09-01-2005, 05:14 PM
  3. Advice on Powering my System
    By st_claire in forum Power Supplies
    Replies: 1
    Last Post: 08-15-2005, 03:15 PM
  4. Security System thoughts
    By techy101 in forum General MP3Car Discussion
    Replies: 0
    Last Post: 07-28-2005, 04:42 AM
  5. Different Ranking system, possible?
    By kiltjim in forum Mp3car Forum Suggestions/Comments
    Replies: 4
    Last Post: 12-16-2004, 01:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •