Giter VIP home page Giter VIP logo

multi_sensor_fusion's Introduction

Multi-Sensor Fusion

初衷

  • 希望学习组合导航和VIO相关内容.
  • 了解到组合导航方面开源代码较少,正好自己在学习相关内容,希望可以和有兴趣的小伙伴们一起学习讨论.

程序依赖

  • glog
  • Eigen
  • OpenCV 3.4
  • Ceres

使用说明

最新版本对应为dev分支 程序使用了submodules形式挂载了tools,因此clone完本程序需要更新tools

git checkout -b dev origin/dev
git submodule init
git submodule update

已经安装完依赖库后,可以直接编译程序

mkdir build && cd build 
cmake .. && make -j3

功能

  • 松组合功能完善
  • 视觉前端特征点提取,匹配,外点剔除功能完成(基于OpenCV和ORB-SLAM2)
  • msckf功能流程完善,需要测试调bug
  • 目前程序还在持续开发,后续希望能做好GPS+IMU+CAMERA的定位功能

备注

目前在搭建硬件设备准备采集数据,比较麻烦,因此代码没有更新,平台完成后会共享一部分数据上来

讨论交流

multi_sensor_fusion's People

Contributors

2013fangwentao 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.