AR Indoor Navigation App
A mobile app that guides users inside large buildings (malls, campuses) with augmented-reality arrows using indoor positioning.
How to build it β step by step
- 1Mapping: Model the indoor map as a navigation graph with nodes and walkable edges.
- 2Positioning: Estimate position using AR markers/anchors and device sensors (visual-inertial).
- 3Routing: Compute shortest paths and project AR directional arrows onto the camera view.
- 4POIs: Add searchable points of interest and turn-by-turn guidance.
Key features to implement
- βAR turn-by-turn arrows
- βIndoor positioning
- βPOI search
- βShortest-path routing
- βMulti-floor support
π‘ Unique twist to stand out
Add accessibility routing that prefers elevators/ramps and announces directions via audio for visually impaired users.
π What you'll learn
AR development, indoor localisation, graph routing, and 3D/mobile UX.