Skip to content

BayRanger/kalman_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

The repo is based on the particle filter implementation which I did in the TuBerlin 2019 Winter semester.

The problem description: given the provided map, we want to localize the robot.

Procedure

  1. uniformly distribute the particle set (pose and yaw)
  2. Using odometry-based motion model to update
  3. Implement likelihoodField Model

a. Precompute the distance map, distance to the nearest occupied grid

b. calculate the likelihood map based on the distance map

c. acquire the the probability where beam reachs at the likelihood map, accumulate the result of each beam. Based on that, we could update the weight.

  1. Resample the particles

stochastic universal sampling

  1. get the best hypothesis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published