An open API service indexing awesome lists of open source software.

https://github.com/carlostojal/tinyslam

Simple implementation of some SLAM algorithms.
https://github.com/carlostojal/tinyslam

robotics slam statistics

Last synced: about 1 month ago
JSON representation

Simple implementation of some SLAM algorithms.

Awesome Lists containing this project

README

          

# TinySLAM

A minimalist C++ implementation of some SLAM algorithms.

- [ ] EKF SLAM
- [ ] GraphSLAM

## Requirements

- CMake
- Make
- GNU Compiler Collection (GCC)
- Eigen
- gtsam (for building GraphSLAM)