/ORB_SLAM2_OSX

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities

Primary LanguageC++OtherNOASSERTION

ORB-SLAM2 (for OSX)

Authors: Raul Mur-Artal, Juan D. Tardos, J. M. M. Montiel and Dorian Galvez-Lopez (DBoW2)

Usage

  1. Download from github
  2. Open Xcode/ORB_SLAM2.xcworkspace with Xcode
  3. Copy all files in Data folder to /User/Data/
  4. Build & Run!

Changes

  • Pangolin removed, MapDrawer FrameDrawer removed.
  • Cmake system removed, open Xcode/ORB_SLAM2.xcworkspace and build system with dependencies.
  • Binnary dictionary to speed up loading (from https://github.com/poine/ORB_SLAM2)
  • Camera capture instead of datasets
  • OpenCV's camera calibration tools added