Skip to content

shrutiyer/robot_localization_2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robot_localization_2017

This is the base repo for the robot localization assignment in CompRobo, spring 2017.

TODO List

  • Initialize the particles via random sampling
  • Update the particles using data from odometry
    • Figure out what the delta is
    • Apply the delta to all of our particles
  • Reweight the particles based on their compatibility with the laser scan
  • Resample without replacement a new set of particles with probability proportional to their weights
  • You must include a couple of bag files of your code in action.
  • Writeup

About

Robot localization using particle filters assignment in CompRobo, Spring 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • CMake 18.3%