Giter VIP home page Giter VIP logo

stereo_dso_ros's Introduction

STEREO_DSO_ROS

This is a minimal example of how to integrate STEREO DSO from a ROS project, and run it on real-time input data. You can test it with EuRoC and KITTI Dataset(rosbag), or you may run it with your stereo camera(ROS API).

Detail about STEREO DSO: https://github.com/HorizonAD/stereo_dso

Assume that you are familiar with ROS. If you are not familiar with ROS, you can refer to the following link to install and learn how to use ROS.

Installation instructions:

http://wiki.ros.org/indigo/Installation

ROS Tutorials:

http://wiki.ros.org/ROS/Tutorials

1. Installation

1.1. Install stereo_dso

Install the stereo_dso as the instruction of the following link:

https://github.com/HorizonAD/stereo_dso

1.2. Install stereo_dso_ros

cd ~/catkin_ws/src

git clone https://github.com/LinHuican/stereo_dso_ros

cd ..

catkin_make

2 Examples

KITTI dataset

Dowload KITTI rosbag sequences:http://cifasis-conicet.gov.ar/taihu/datasets/KITTI/bags/

rosrun stereo_dso_ros stero_dso_ros calib=/home/huicanlin/catkin_ws/src/stereo_dso_ros/examples/camera_kitti.txt preset=0 mode=1 /cam0/image_raw:=/kitti_stereo/left/image_rect /cam1/image_raw:=kitti_stereo/right/image_rect
rosbag play --pause ~/Downloads/Dataset/KITTI/kitti_00.bag

EuRoC dataset

The performance of the STEREO DSO ROS in the EuRoc dataset is not satisfactory and still needs improvement.

rosrun stereo_dso_ros stero_dso_ros calib=/home/huicanlin/catkin_ws/src/stereo_dso_ros/examples/camera_euroc.txt preset=0 mode=1
rosbag play --pause ~/Downloads/Dataset/ETH/V1_01_easy.bag

For poor computing power, you may try:

rosbag play --pause ~/Downloads/Dataset/ETH/V1_01_easy.bag -r 0.5

Own stereo camera

rosrun stereo_dso_ros stero_dso_ros calib=/home/huicanlin/catkin_ws/src/stereo_dso_ros/examples/own_camera.txt preset=0 mode=1 /cam0/image_raw:=/own_left_camera /cam1/image_raw:=/own_left_camera
Publish own left and right camera.

3 Others

If you have any trouble installing or running STEREO DSO ROS, contact the authors([email protected]).

4 License

stereo_dso_ros's People

Contributors

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