Skip to content

yerson001/landmark-slam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmark Slam

This repo contains the implementation of several SLAM algorithms, such as:

  • EKF SLAM
  • UKF SLAM (TODO)
  • EIF SLAM (TODO)
  • Fast SLAM

Implementation was done in C++ using the Eigen3 library.

Install

Download the dependencies:

cd "path/to/repo"
git submodule update --init --recursive

Build the executeable slam using the CMake build system:

cd "path/to/repo"
mkdir build
cd build
cmake ..
make

You can then run the application using

./slam

No command line options are currently supported. The algorithm has to be chosen in the source code manually. This requires a recompilation.

About

A landmark SLAM implementation in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.6%
  • CMake 4.4%