Skip to content

duttaANI/2D-Histogram-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-Histogram-Filter

Using 2d histogram filter for localization

Loclisation consists of two cycles:

  1. Sence - When a robot senses, a measurement update happens; this is a simple multiplication that is based off of Bayes' rule. This step is followed by normalization to ensure that the resultant distribution was still vald (and added up to 1 probability).

  2. Move - When it moves, a motion update or prediction step occurs; this step is a convolution that shifts the distribution in the direction of motion.

Sense/Move Cycle

After this cycle, we are left with an altered posterior distribution!

  1. convolution means adding of beliefs(initial belief + posterior = prior).
  2. And after convolution we multiply beliefs (prior x posterior) { using bayes rule for conditional probability }
  3. measurement implies that robot reaches the green door.

About

Using 2d histogram filter for localization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published