GithubHelp home page GithubHelp logo

zhaohhuicug / sdso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wfram/sdso

0.0 0.0 0.0 6.6 MB

Stereo Direct Sparse Odometry for mapping with ROS support

License: GNU General Public License v3.0

Shell 0.04% C++ 97.55% CMake 2.41%

sdso's Introduction

SDSO: Stereo Direct Sparse Odometry

Stereo Direct Sparse Odometry package, which supports ROS interface. Mostly designed for mapping purposes upon DSO and Stereo DSO libraries.

Related Papers:

  • Direct Sparse Odometry, J. Engel, V. Koltun, D. Cremers, In arXiv:1607.02565, 2016
  • Large-scale direct SLAM with stereo cameras, J. Engel, J. Stückler, D. Cremers, IROS, 2015

Installation

The package requires pre-installed libraries that are the same as for Stereo DSO. Also, PCL library is required for use of ROS interface.

# Create a workspace (really better to use catkin tools)
mkdir -p ~/workspace/src
catkin init
catkin config --extend /opt/ros/noetic
catkin config --merge-devel
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON

# Build cv_bridge from source
cd ~/workspace/src
git clone [email protected]:WFram/cv_bridge_local.git
cd ~/workspace
catkin build cv_bridge

# Build sdso
cd ~/workspace/src
git clone -b devel/cv_bridge_deps [email protected]:WFram/sdso.git

# In case of using ARM
# cd ~/workspace/src/sdso
# git submodule update --init

cd ~/workspace
catkin build sdso

# Run
source devel/setup.bash
roslaunch sdso zed2_odometry.launch use_rviz:=true

Configuring

Topics for stereo images and path to camera calibration settings can be set in .launch files. Several options for output point cloud filtering are available to configure in common.yaml.

sdso's People

Contributors

wfram 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.