You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Python API
The Slamcore Python API wraps the C++ API, allowing users to interact with Slamcore algorithms via Python.
Download
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
Clone the
slamcore-python
repository:
$ git clone https://github.com/slamcore/slamcore-python
Follow the repository’s README instructions to install dependencies and build the project: https://github.com/slamcore/slamcore-python