Skip to content

PianoCat/ORB_SLAM_iOS

 
 

Repository files navigation

#ORB_SLAM_iOS

This is iOS port of ORB_SLAM with modified dependency for iOS.

Various IO options and utility are provided to test ORB_SLAM, including:

  1. Metal for AR testing
  2. SceneKit for realtime trajectory viewing
  3. AVFoudnation for live RGB stream
  4. OpenCV utilities for record data and stream from files
  5. StrctureSensor(optional) for scale calibrated tracking and map reconstruction

This code has been tested on Xcode 7 with iPhone 6 plus (iOS9)

USAGE:

  1. Download zip file from Google Drive and unzip it to root folder. This contains compiled ARM64 libs g2o/boost which is too large for github.
  2. Either download vocabulary from Google Drive or orginal author's page and unzip it to SLAM/ORB_SLAM/Data

About

ORB_SLAM for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • Objective-C++ 3.8%
  • CMake 2.3%
  • Objective-C 1.3%
  • C 1.0%
  • Metal 0.2%