GithubHelp home page GithubHelp logo

orz-1orz / eecs568_planarslam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from junyyang/eecs568_planarslam

0.0 0.0 0.0 48.89 MB

Shell 0.01% C++ 32.30% Python 0.11% C 1.85% TypeScript 0.01% Makefile 64.32% CMake 1.40%

eecs568_planarslam's Introduction

CP-SLAM

This is WN22 EECS 568 Team 5's Final Project.Our work extends PlanarSLAM andCAPE to extract a indoor cylinder surface.

Authors: Yuhan Dong, Yechen Shi, Ying Yang, and Junyuan Yang

Report: The course report could be found here EECS 568 Report

Introduction

Visual Simultaneous Localization and Mapping (V-SLAM) system is an essential method to estimate poses and reconstruct unknown environments. V-SLAM technology is widely used in autonomous robotics, self-driving vehicles, and augmented reality.

V-SLAM needs to deal with multiple types of dynamic environments. Indoor environments, among all the scenarios, is one of the most difficult to deal with, due to a lack of textured surfaces, and irregularly distributed feature points. For example, it is widely accepted that walls, floor and ceiling are low textured and therefore are often not handled well. PlanarSLAM by Li et al. is a RGB-D SLAM system with structural regularities which performs well in most indoor scenes. However, in the scenes with cylinder structures (e.g. tunnels), the success rate of plane exactor is quite limited. To solve the problem, we extend PlanarSLAM to enable the cylinder and plane extraction. We name our novel feature slam algorithm based on cylinder and plane as CP-SLAM.

ps: the cylinder method is still very naive, we will keep moving. Suggestions are appreciated.

Get Started

  1. Dependencies

    • C++11 or C++0x Compiler
    • CMake
    • Pangolin
    • OpenCV
    • Eigen3
    • DBoW2 and g2o
  2. Download 'hospital_sample_P000.tar.gz' and convert depth npy file to png file based on convert_npy.py written by us. To deal with the problem on this data set where the depth map had points from the sky, we exclude the points deviate significantly. Or download tunnel.zip from tunnel.

  3. Build and Compile

    git clone https://github.com/Junyyang/EECS568_PlanarSLAM  
    cd EECS568_PlanarSLAM 
    cd release
    
    cmake  -DCMAKE_INSTALL_PREFIX=/usr/local \ -DBUILD_GPU=ON -DBUILD_apps=ON -DBUILD_examples=ON \ -DCMAKE_INSTALL_PREFIX=/usr/local -DPCL_DIR=/usr/local/share/pcl  .. 
    
    make -j12
    sudo make install
    

Acknowledgement

Thanks to Professor Maani Ghaffari and the ROB 530 course staff for their kind help.

eecs568_planarslam's People

Contributors

orz-1orz avatar junyyang avatar yingyangum 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.