Giter Club home page Giter Club logo

cfsd-perception-slam's Introduction

state-estimation / SLAM

Visual Inertial SLAM

Sensors:

  • camera
  • IMU

How to build:

  • Locally build
git clone https://github.com/chalmersfsd/cfsd-perception-slam.git
cd cfsd-perception-slam
git checkout develop # master branch is not updated as often as develop branch
mkdir build
cd build
cmake -D FOR_CFSD=ON -D FOR_EUROC=OFF -D WITH_VIEWER=ON -D WITH_IMSHOW=ON .. # turn either cfsd or euroc ON, and the other OFF; turn on WITH_VIEWER and WITH_IMSHOW if you want visulization
make # if want to speed up compiling, add flag -j2 or -j4 to use multi-thread compiling
  • Docker
git clone https://github.com/chalmersfsd/cfsd-perception-slam.git
cd cfsd-perception-slam
git checkout develop # master branch is not updated as often as develop branch
docker build -f Dockerfile.amd64 -t slam . # if you need different config in cmake, change it in Dockerfile.amd64

How to use:

  • For CFSD

    Prepare the .rec file, replay using opendlv-vehicle-view and video-h264-decoder

    Make sure in the config file cfsd-perception-slam/config/cfsd.yml the image resolution is right, and then run the slam program:

    cd cfsd-perception-slam/bin
    ./cfsd-state-estimation --cid=253 --name=img.argb --config=../config/cfsd.yml #--verbose
  • For EUROC

    Download the dataset: https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets in ASL Dataset Format

    In the config file cfsd-perception-slam/config/euroc.yml change the dataset path

    cd cfsd-perception-slam/bin
    ./euroc-state-estimation ../config/euroc.yml

Current issue / problem:

  • camera-IMU calibration for CFSD application

  • robustness

  • accuracy

cfsd-perception-slam's People

Contributors

ruguangyou avatar

Watchers

 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.