Skip to content

hmp012/mobile-AR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚆 AR Train Finder Navigator

This project is an Augmented Reality (AR) navigation system designed to help passengers in Horsens easily find the correct train platform and route to it.
Instead of reading confusing signs or maps, the passenger can follow a clear blue AR navigation line displayed directly in the real world.

The goal of the system is to make train station navigation simple, intuitive, and accessible for all passengers, including tourists or people unfamiliar with the station layout.


📲 How the Application Works

  1. User opens the app

    • AR session starts
    • XROrigin initializes
  2. The app detects a reference point security camera image

    • ARTrackedImageManager
    • AR Anchors
  3. User selects a destination

    • Example: Platform 1, Platform 2 or Platform 3.
  4. The app calculates the best walking route

    • NavMesh
    • Pathfinding
    • Waypoints
  5. A blue AR guidance line appears on the floor

    • Guidance line rendering
    • Direction arrows
    • Occlusion handling
  6. User follows the path

    • The line updates as the user moves
    • Real-time feedback
  7. User reaches the selected platform


✨ Main Features

  • AR blue navigation line showing the walking path
  • Real-time pathfinding and route adjustment
  • Image-tracking or anchor-based indoor positioning
  • Realistic occlusion (line goes behind real objects)
  • Clean and simple UI for destination selection
  • Accurate step-by-step station navigation

🎯 Project Purpose

Train stations can be confusing and stressful, especially during busy hours.
This project aims to improve the passenger experience by offering:

  • Faster navigation
  • Less confusion
  • Support for people who don’t know the local language
  • A modern, smart-station digital experience

📁 Video Demonstration

A video demonstration of the AR navigation system.
Watch Demo

📝 Development Blogs

Tools Used

Code References

Here are the resources used to create this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors