Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/norlab-ulaval/norlab_icp_mapper

A 2-D/3-D mapping library relying on the "Iterative Closest Point" algorithm
https://github.com/norlab-ulaval/norlab_icp_mapper

Last synced: about 2 months ago
JSON representation

A 2-D/3-D mapping library relying on the "Iterative Closest Point" algorithm

Awesome Lists containing this project

README

        

# norlab_icp_mapper
A 2-D/3-D mapping library relying on the "Iterative Closest Point" algorithm.

### Build and Installation guide
```bash
mkdir build && cd build
cmake ..
sudo make install
```

### Python bindings
Assuming that you have `libpointmatcher` [Python bindings](https://libpointmatcher.readthedocs.io/en/latest/CompilationPython/) installed, run the following commands to install Python bindings into your current python environment:
```bash
cd python
pip install .
```
Note that you need the mapper installed on your device, otherwise the Python binding will not find the library.

### Documentation
The documentation for both users and developers is hosted on [readthedocs.org](https://norlab-icp-mapper.readthedocs.io/en/latest/).
Alternatively, it can be found in the `doc/` folder, however without the nice formatting possible thanks to [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).