Git Product home page Git Product logo

ericyao2013 / gis-navit_gps_navit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from navit-gps/navit

0.0 2.0 0.0 44.19 MB

The open source (GPL v2) turn-by-turn navigation software for many OS

Home Page: http://www.navit-project.org

License: Other

Python 0.23% Smarty 0.02% CMake 1.50% Shell 1.35% XSLT 0.56% Perl 2.05% C 85.78% Java 2.30% C++ 3.73% Roff 0.09% Objective-C 0.84% QML 1.13% JavaScript 0.01% QMake 0.01% HTML 0.09% PHP 0.20% Yacc 0.09% M4 0.02% Makefile 0.01%

gis-navit_gps_navit's Introduction

Build Status

Navit on Android tablet:

navit on android

Navit on Linux based Carputer:

navit-nuc-osd

NavIT

Navit is a open source (GPL) car navigation system with routing engine.

It's modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It's even possible to use multiple maps at a time.

The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map.

The current vehicle position is either read from gpsd or directly from NMEA GPS sensors.

The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you.

Navit currently speaks over 70 languages!

You can help translating via our web based translation page : http://translations.launchpad.net/navit/trunk/+pots/navit

For help or more information, please refer to the wiki : http://wiki.navit-project.org

If you don't know where to start, we recommend you to read the Interactive Help : http://wiki.navit-project.org/index.php/Interactive_help

Maps:

The best navigation system is useless without maps. Those three maps are known to work:

GPS Support:

Navit read the current vehicle position :

  • directly from a file
  • from gpsd (local or remote)
  • from udp server (friends tracking) (experimental)

Routing algorithm

NavIt uses a Dijkstra algorithm for routing. The routing starts at the destination by assigning a value to each point directly connected to destination point. The value represents the estimated time needed to pass this distance.

Now the point with the lowest value is chosen using the Fibonacci heap and a value is assigned to connected points whos are unevaluated or whos current value ist greater than the new one.

The search is repeated until the origin is found.

Once the origin is reached, all that needs to be done is to follow the points with the lowest values to the destination.

gis-navit_gps_navit's People

Contributors

pgrandin avatar mdankov avatar sleske avatar jandegr avatar mvglasow avatar metalstrolch avatar jfitie avatar aerostitch avatar jkoan avatar youte62 avatar hoehnp avatar pohlinkzei avatar charlescurley avatar xenos1984 avatar robotaxi avatar greg42 avatar lains avatar ihuguet avatar mcapdeville avatar cedricp avatar trldp avatar zintor avatar

Watchers

James Cloos avatar Eric avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.