Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/southeugeneroboticsteam/dunk

A fast ICP SLAM implementation for FRC robots
https://github.com/southeugeneroboticsteam/dunk

frc lidar localization mapping slam

Last synced: 5 days ago
JSON representation

A fast ICP SLAM implementation for FRC robots

Awesome Lists containing this project

README

        



Dunk


team 2521
team 2521
team 2521


A fast ICP SLAM implementation for FRC robots.

# Building

Before building, ensure you have [MRPT](https://github.com/MRPT/mrpt) 2.x
installed. MRPT requires Ubuntu 16.04 or later. If using Ubuntu 16.04, you'll
also need to install gcc-7. Instructions on installing gcc-7 are available in
the [MRPT documentation](https://github.com/MRPT/mrpt#31-ubuntu).

To get the latest version of MRPT, either build it from source or install it
using `apt-get`:

```bash
$ sudo add-apt-repository ppa:joseluisblancoc/mrpt
$ sudo apt-get update
$ sudo apt-get install libmrpt-dev mrpt-apps
```

Then, build a `dunk` binary using the following commands:

```bash
$ mkdir build && cd build
$ cmake ..
$ make
```

# Usage

```bash
$ ./dunk

# For example...
$ ./dunk icp-slam-config.ini
```