Skip to content
/ slam Public
forked from vatsan/slam

An implementation of particle filtering algorithm for simultaneous localization and mapping (SLAM) in autonomous robots.

License

Notifications You must be signed in to change notification settings

mayur5c/slam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Simultaneous Localization and Mapping through Particle Filtering

An implementation of particle filtering algorithm for Simultaneous Localization and Mapping (SLAM)

###Usage

python slam.py <datafile [ex:data/localized.data]> <cell size [ex:20]> <Type (-1/0/1/2,3) [ex:0]>"

###Demo

Here's a movie demonstrating SLAM in action on the file data/localized.data. This is a simulation of the robot receiving real-time data from its LASER range finder and SONAR and using SLAM to build a map of its surrounding and positioning itself in that environment.

SLAM in Action

About

An implementation of particle filtering algorithm for simultaneous localization and mapping (SLAM) in autonomous robots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%