Skip to content

Physic69/SmartMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

SmartMapper Project

This repository contains two Android applications that demonstrate and compare different mobile navigation technologies:

  1. DeadReckoning: A classic Inertial Dead Reckoning (DR) system built in Kotlin.
  2. SLAM: A Visual-Inertial SLAM system (ORB-SLAM3) built in C++/NDK.

The goal is to provide a practical comparison between a pure IMU-based approach and a full visual-inertial SLAM solution.

Application Details

1. DeadReckoning

A standard Android (Kotlin) app that uses the device's inertial sensors to calculate position. This app is intended to demonstrate the principles of dead reckoning and the problem of sensor drift.

For full details, see the DeadReckoning README:

2. SLAM

A high-performance C++/NDK application that uses ORB-SLAM3 to perform visual-inertial tracking, which corrects for the drift seen in the DeadReckoning app.

This is a complex NDK project. For build dependencies and setup instructions, see the SLAM README:

About

Comparing Dead Reckoning and SLAM-Based Localiza- tion on Mobile Devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages