Git Product home page Git Product logo

cox_kalman_slam's Introduction

Cox_Kalman_SLAM

DOI

Acknowledgements

I would like to sincerely thank my teammate : Fredrik Svanström, who was majorly involved in the development of the code and supported me in understanding the theory behind concepts such as the Dead reckoning, Cox Algorithm and Kalman Filtering for sensor fusion, and the physical construction of the robot.

Description of the repository

This repository contains files for Simulation of Simultaneous Localization and mapping (SLAM) for a robot equipped with a RPLidar A2 sensor, and electrical motors with inbuilt encoders.

The robot looks like this.

Localization is realised using a Kalman filter which fuses the dead reckoning position estimate and laser position measurements to obtain an estimate with reduced error. The Cox scan matching algorithm is used for the mapping, based on the paper [1], matches the laser measurement data with a prior known map, which aids in updating the robots current estimate.

Data Description

The data for the simulation are logs from the Lidar sensor and Odometry readings of the dead reckoning. These are found in the directory Logs.

  • Lidar_log.csv
  • Odo_Log.csv.

Usage

Run the main.py for the simulation. Modify the cox.py if you would like simulate a different map.

A fast forwarded version of the simulation result is shown in the below GIF:

  • The green dot corresponds to the position as estimated by the odometry.
  • The yellow dot corresponds to the position as estimated by the odmetry corrected by the Cox scan.
  • The black dot corresponds to the Kalman corrected reading.

Citation

If you plan to use this for your research, please consider citing using the following BibTeX:

@software{vandan_revanur_2020_3678904, author = {Vandan Revanur}, title = {vandan-revanur/Cox_Kalman_SLAM: First Release}, month = feb, year = 2020, publisher = {Zenodo}, version = {1.0.0}, doi = {10.5281/zenodo.3678904}, url = {https://doi.org/10.5281/zenodo.3678904} }

References

[1] https://ieeexplore.ieee.org/document/75902 : PDF

cox_kalman_slam's People

Contributors

vandan-revanur 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.