Skip to content

kerwin112ME/Three-Points-Landmark-Based-SLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three-Points-Landmark-Based-SLAM

Implemented FastSLAM with three landmarks. The position of the robot is updated by a particle filter, in which each particle has an extend Kalman filter for estimating landmarks' position.

Prerequisites

  1. CMake
  2. OpenCV (for visualization)
  3. Eigen

How to run

mkdir build  
cd build  
cmake ..  
make  
./runSLAM

Simulation

number of particles: 1500

About

Implemented FastSLAM with three landmarks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published