Slamcore Python API

The Slamcore Python API wraps the C++ API, allowing users to interact with Slamcore algorithms via Python.

Download

  1. Download and install Slamcore’s C++ API package from the Download Slamcore Software link at the Slamcore Portal.

$ sudo apt install /path/to/slamcore-dev*.deb
  1. Clone the slamcore-python repository:

$ git clone https://github.com/slamcore/slamcore-python
  1. Follow the repository’s README instructions to install dependencies and build the project: https://github.com/slamcore/slamcore-python