Giter VIP home page Giter VIP logo

mfkiwl / rgbd-slam-tutor2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gaoxiang12/rgbd-slam-tutor2

0.0 1.0 0.0 34.97 MB

The second version of RGBD SLAM tutorial. We will discuss more about pnp, tracking, multi-thread and loop closure methods. Please refer to my blog for details: www.cnblogs.com/gaoxiang12 .

CMake 6.94% C++ 86.99% C 5.21% Makefile 0.50% Shell 0.02% Yacc 0.22% Lex 0.12%

rgbd-slam-tutor2's Introduction

This is the second version of RGBD SLAM tutor. Please visit my blogs for details:


Installization

  1. Dependencies: OpenCV 2.4.x , PCL 1.7, Eigen. Use commands below if you are using Ubuntu:

    sudo apt-get install libopencv-dev libeigen3-dev

  2. Compile third-party libs, including DBoW2 (for loop closure), a modified version of g2o (for solving pnp), and the OrbExtractor from [orb-slam2] (https://github.com/raulmur/ORB_SLAM2).

They are all cmake projects, so just go into the directory and type:

    mkdir build
    cmake ..
    make -j2

For g2o you need to type make install to install it into /usr/local/ otherwise the FindG2O.cmake will not work.

  1. Compile this project:
    mkdir build
    cmake ..
    make -j2

You will find some experiment binaries in bin/ like bin/exp_mapping, they are experiments described in the blog. Please download the dataset and edit the parameter file before doing experiments.

Many thanks to the excellent works of g2o and orb-slam!

rgbd-slam-tutor2's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.