Giter Club home page Giter Club logo

ds_slam's Introduction

DS_SLAM: Direct Sparse SLAM

DS_SLAM is based on DSO (https://github.com/JakobEngel/dso). I add the loop closing and make it as complete vSLAM system. Please have a look DSO's README (https://github.com/JakobEngel/dso/blob/master/README.md), and compile and run the system.

Compile

System Dependencies:

  1. DSO dependencies
  2. Ceres Solver (http://ceres-solver.org/installation.html)

Install dependencies and compile the system:

    cd DS_SLAM
    mkdir build
    cd build
    cmake ..
    make -j3

Run

I run example on three dataset:

run ds_slam_dataset, config DBoW file like "dbow=xxx" (file is under Examples/DBoW), other configuration is same as DSO.

Notes

Improved points include:

  1. Add loop closing.
  2. Povide loop detection with two feature, BRIEF and ORB.
  3. Support two modes of loop closing and vo, separation mode and coupling mode.
  4. Improve display fo pose graph.

Related reference

  1. VINS-Mono (https://github.com/HKUST-Aerial-Robotics/VINS-Mono)
  2. LDSO (https://github.com/tum-vision/LDSO)

License

DS_SLAM, like reference SLAM system, is licensed under GPLv3. Dependent third-party libraries include MIT, DSB, GPL etc.

ds_slam's People

Contributors

armiya avatar

Watchers

James Cloos 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.