Skip to content

semicolon-labs/Navi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages