Giter Club home page Giter Club logo

simpleslam's Introduction

SimpleSLAM

The following is a simple reference implementation of Simultaneous Localization And Mapping written in MATLAB. The code simulates a robot cruising around in a 2D world which contains 5 uniquely identifiable landmarks at unknown locations. The robot is equipped with a sensor that can measure the range and angle to these landmarks, but each measurement is corrupted by noise.

This implementation is based on Thrun et. al's FastSLAM 1.0 algorithm, though all optimizations have been removed for clarity. The algorithm works by representing the position of the robot via a Particle Filter. Each particle contains 5 completely independent Extended Kalman Filters, each of which is responsible for tracking a single landmark. After each measurement of a landmark, each particle is given a score based on how closely the latest landmark measurement matched its expectation. The list of particles is then resampled such that particles with high scores are likely to be replicated, and those with low scores are likely to be deleted.

To run this demo, just checkout this project, and run slam.m

Learn More!

simpleslam's People

Contributors

randvoorhies avatar

Watchers

Justin_Ye 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.