Python binding of the OctoMap library.


License
BSD-3-Clause
Install
pip install octomap-python==1.8.0.post12

Documentation

octomap-python

PyPI Version Python Versions Build Status

Python binding of the OctoMap library.

Installation

pip install octomap-python

Example

git clone https://github.com/wkentaro/octomap-python.git && cd octomap-python
pip install -e '.[example]'

cd examples
python insertPointCloud.py

Acknowledgement

This is a fork of neka-nat/python-octomap.