aaronzguan / Robot-Localization-using-Particle-Filters

Python Implementation of Monte Carlo Localization/Particle Filter Localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Localization using Particle Filters

This is the homework in CMU 16833-Robot Localization and Mapping. We sovled the robot localization problem using the Mote Carlo Localization (MCL) alogrithm/particle filter localization. The implementation of motion model, sensor model, and low variance resampling are exactly the same as the algorithm in [1]

Video Demo

Reference:

[1] S. Thrun, W. Burgard, and D. Fox, Probabilistic robotics. MIT press, 2005.

About

Python Implementation of Monte Carlo Localization/Particle Filter Localization


Languages

Language:Python 91.4%Language:C 8.6%