Coder Social home page Coder Social logo

dui_vio's Introduction

DUI_VIO

A RGB-D camera based Visual-Inertial State Estimator

Videos: run with some data sequences in VCU-RVI

cla cla cla

Related Paper

He Zhang and Cang Ye, "DUI-VIO: Depth uncertainty incorporated visual inertial odometry based on an RGB-D camera", IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2020. pdf

1. Prerequisites

1.1 Ubuntu and ROS Ubuntu 16.04. ROS Kinetic. ROS Installation additional ROS pacakge

    sudo apt-get install ros-YOUR_DISTRO-cv-bridge ros-YOUR_DISTRO-tf ros-YOUR_DISTRO-message-filters ros-YOUR_DISTRO-image-transport

1.2. Ceres Solver Follow Ceres Installation, remember to make install. (Our testing environment: Ubuntu 16.04, ROS Kinetic, OpenCV 3.3.1)

2. Build DUI_VIO on ROS

Clone the repository and catkin_make:

    cd ~/catkin_ws/src
    git clone https://github.com/rising-turtle/DUI_VIO.git
    cd ../
    catkin_make
    source ~/catkin_ws/devel/setup.bash

3. Build with OpenGV (Optional)

OpenGV is not required in default compilation. It is used to improve the accuracy of 2D-2D feature matches for rotation estimation in the HybridPnP algorithm. To compile with OpenGV, set WITH_OPENGV as ON in CMakeLists.txt and set up "opengv_DIR" accordingly

option(WITH_OPENGV "use opengv" ON) #use opengv or not in hybridPnP 
set(opengv_DIR "/PATH_TO_OPENGV/opengv/build")

4. Demos

Download the bag_files which were collected by a structure-core camera handheld or robot carried. Open a terminal, navigate to the 'DUI_VIO/launch' folder, and launch the dui_vio_sc_run. Open another terminal and play the bag file.

    roslaunch dui_vio_sc_run.launch
    rosbag play YOUR_PATH_TO_DATASET/lab_*.bag 

5. Licence

The source code is released under GPLv3 license.

dui_vio's People

Contributors

rising-turtle 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.