Git Product home page Git Product logo

svo_edgelet's Introduction

SVO_edgelet

ChangeList, compare with the origin svo:

  1. add edgelete feature
  2. inition VO: auto select H model and E model
  3. keyframe selection strategy
  4. add pangolin to draw trajectory and remove ROS

install(ubuntu)

Prerequisites

  • boost - c++ Librairies (thread and system are needed)

    sudo apt-get install libboost-all-dev

  • Eigen 3 - Linear algebra

    apt-get install libeigen3-dev

  • OpenCV3

  • Sophus - Lie groups we have intergrated sophus in our code. Thanks for the code: https://github.com/strasdat/Sophus.git

  • g2o - General Graph Optimization OPTIONAL Only required if you want to run bundle adjustment. It is not necessary for visual odometry. I suggest an out-of-source build of g2o:

    cd workspace

    git clone https://github.com/RainerKuemmerle/g2o.git

    cd g2o

    mkdir build

    cd build

    cmake ..

    make

    sudo make install

Build and Compile

If you want use g2o, please set flag in cmakerlists.txt:

SET(HAVE_G2O TRUE) #TRUE FALSE

compile:

mkdir build cd build cmake .. make

Run code

test file, test_pipline and test_live_vo:

Offline datasets:

To run on tum dataset:test_pipline
To run on euroc dataset:test_piplel_euroc

Online camera:test_live_vo

Results

Results1

Authors

Yijia He, Institute of Automation, Chinese Academy of Sciences

Wei Wei, Institute of Computing Technology, Chinese Academy of Sciences

Yanan Gao, Institute of Computing Technology, Chinese Academy of Sciences

svo_edgelet's People

Contributors

heyijia avatar yan99033 avatar skylook 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.