Taichi83 / ORB_SLAM2_OSX

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:C++ 94.9%Language:C 4.2%Language:CMake 0.8%Language:Objective-C 0.1%Language:Shell 0.0%