Skip to content

Small example implementation of an augmented reality path finding navigation using Project Tango

License

Notifications You must be signed in to change notification settings

inovex/tango-ar-navigation-example

Repository files navigation

Project Tango AR Navigation Example

This is a small example implementation of an augmented reality path finding navigation using Project Tango.

  • walkable floor plan is tracked inside a quadtree
  • navigation through the quadtree using A* with euclidean heuristic
  • the floor plan is shown in a top view and can be rotated and scaled with multitouch gestures

Screenshot

Development

  • Missing assets can be installed by ./gradlew installAssets
  • This project still depends on the android gradle plugin 1.5.0 because to the missing sdkmanager plugin release

About

Small example implementation of an augmented reality path finding navigation using Project Tango

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages