romainhamm / Navi

An augmented reality navigation system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navi

Navi is an Augmented Reality Navigation System aimed at making it safer for people to move and drive around today's busy roads.

Prerequisites

What?

Navi is an Augmented Reality based navigation system made using
  • Google ARCore
  • Google Places API
  • Google Directions API
After calibration and surface detection, Navi renders arrows on the roads that help the drivers or pedestrians navigate through places. A very interesting thing about Navi is that it also helps lost navigators backtrack their route and help them navigate back to where they came from. This means no one will ever get lost again!

How it works?

Navi is based off ARCore and it uses ARCore's API to render objects like 3D arrows on the screen. We get the destination details from our users and then the fun begins! Our Prediction API gets predictions of places which the users search for. After setting the destination, we make requests to Google's Directions API to get directions for navigation from users current location (GPS) to the set destination. The Google's Direction API is called periodically to ensure that the user doesn't deviate from the original course of navigation.

About

An augmented reality navigation system.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%