Git Product home page Git Product logo

marker-based-slam's Introduction

Marker-based SLAM

此项目是SPM-SLAM的改进版本,也是一种基于AprilTag或者Aruco类型标记(marker)的SLAM系统,通过在环境中布置不同ID的marker,即可快速实现高精度的相机定位,经过在实验室环境下的测试,可以达到厘米级精度。具体流程可看图1。绿色部分是对SPM-SLAM的修改部分。
图1

Papers

[SPM-SLAM] Rafael Muñoz-Salinas and Manuel J. Marín-Jimenez and R. Medina-Carnicer, "SPM-SLAM: Simultaneous Localization and Mapping with quared Planar Markers", Pattern Recognition, Vol. 86, pp. 156-171, 2019.

安装需求

OpenCV

Required at least 3.4, Tested with OpenCV3.4.12

AprilTag 3

Download and instructions can be found at: AprilTag3 library.

Eigen3

Required by g2o. Required at least 3.1.1.

Install

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

Usage Example

执行:./spm-slam "video" "file1.yml" -conf "file2.yml" --outlog "cameraPose.txt"
video: 数据集
file1.yml: camera parameters
file2.yml: system parameters cameraPose.txt: output camera poses.

marker-based-slam's People

Contributors

bit-wangzb 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.