iyht / Particle-Filter

Monte Carlo Localization using particle filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Filter

This repo implement Monte Carlo Localization using particle filters from CSC477 at UofT, created by Prof. Florian Shkurti

Execution

prepare 3 terminal windows and run following commands separately

roslaunch estimation_and_vision_assignment monte_carlo_localization_v2.launch
rosbag play laser_controls_and_odometry.bag
rosrun rviz rviz    

When rviz initializes, go to File > OpenConfig and then load the configuration file in estimation_and_vision_assignment/resources/comp417.rviz which is going to start the visualization of laser scan messages, frames of reference, and particles.

demo

About

Monte Carlo Localization using particle filters


Languages

Language:Python 87.2%Language:CMake 12.8%