cmeel-octomap
cmeel distribution for OctoMap, An Efficient Probabilistic 3D Mapping Framework Based on Octrees
What it is and what it does
cmeel-octomap wraps the OctoMap C++ library as a Python package, enabling developers to work with 3D probabilistic occupancy grids represented as octrees. OctoMap is designed for robotics and 3D mapping applications where you need to efficiently store and query spatial occupancy data—whether from sensor fusion, SLAM, or other 3D perception pipelines. The package is distributed as pre-compiled wheels via cmeel, a cmake-based packaging system that abstracts away compilation complexity.
The library is actively maintained and available for modern Python versions (>=3.8) across multiple architectures and platforms. It depends only on cmeel as a runtime dependency, keeping the dependency graph minimal. The unclear license status is a notable caveat—you should verify compatibility with your project's licensing requirements before committing to it.
Use it for:
- Build 3D occupancy maps from LIDAR or depth-sensor data in robotics applications
- Implement SLAM systems that need efficient spatial representation
- Query whether specific 3D points or regions are occupied, free, or unknown in a mapped environment
- Compress and store large 3D sensor datasets using octree-based compression
- Integrate 3D mapping into autonomous navigation or collision-avoidance systems
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to OctoMap, a 3D probabilistic mapping framework that represents spatial environments as octrees for efficient storage and querying of occupancy data.
Yes, if you need 3D probabilistic mapping in Python and can verify the license is compatible with your use case. The package is actively maintained, has no known vulnerabilities, and offers broad platform support via pre-compiled wheels. The main friction is the unclear license status—clarify that before production use. Medium install friction is acceptable for a compiled library.
Install
cmeel-octomap on PyPI
pip
pip install cmeel-octomapuv
uv add cmeel-octomappoetry
poetry add cmeel-octomapInstalling cmeel-octomap
Before you install
Medium install friction due to compiled binary wheels. Actively maintained with recent releases as of 2026-08-01. Distributed via cmeel, a cmake-based wheel packaging system, which handles compilation across multiple platforms and libc variants.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the underlying OctoMap project's license terms before use in proprietary or restricted contexts.
Quickstart
pip install cmeel-octomap
import octomap
# Create an octree
octree = octomap.OcTree()
Requires Python >=3.8. Binary wheels are pre-compiled; source installation may require cmake and a C++ compiler.
Verify before relying
- Whether version 1.10.0 refers to the OctoMap upstream version or the wrapper version
- Whether the package includes full OctoMap API or a subset of bindings
- Performance characteristics and memory overhead compared to direct C++ OctoMap use
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — cmeel |
| Maintenance | actively maintained — 585 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 793,390/month — #5,041 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: cmeel_octomap-1.10.0-4-py3-none-macosx_14_0_arm64.whl; cmeel_octomap-1.10.0-4-py3-none-manylinux_2_28_aarch64.whl; cmeel_octomap-1.10.0-4-py3-none-manylinux_2_28_x86_64.whl; cmeel_octomap-1.10.0-4-py3-none-musllinux_1_1_x86_64.whl; cmeel_octomap-1.10.0-5-py3-none-macosx_10_9_x86_64.whl; cmeel_octomap-1.10.0-5-py3-none-macosx_11_0_arm64.whl; cmeel_octomap-1.10.0-5-py3-none-manylinux_2_17_i686.whl; cmeel_octomap-1.10.0-5-py3-none-manylinux_2_28_aarch64.whl; cmeel_octomap-1.10.0-5-py3-none-manylinux_2_28_x86_64.whl; cmeel_octomap-1.10.0-5-py3-none-musllinux_1_2_aarch64.whl; cmeel_octomap-1.10.0-5-py3-none-musllinux_1_2_i686.whl; cmeel_octomap-1.10.0-5-py3-none-musllinux_1_2_x86_64.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
cmeel-assimpProvides a Python-packaged distribution of…
permissive · top 5,000 on PyPI
cmeel-qhullProvides precompiled qhull binaries (convex…
unclear · top 15,000 on PyPI
ouster-sdkOuster SDK provides Python interfaces to…
permissive · top 15,000 on PyPI
pymc3PyMC3 is a Python package for Bayesian…
permissive · top 15,000 on PyPI
cmeel-tinyxmlProvides a Python-packaged distribution of…
unclear · top 15,000 on PyPI
GeoAlchemy2GeoAlchemy2 extends SQLAlchemy to work with…
permissive · top 5,000 on PyPI
h3-pysparkProvides PySpark bindings for H3, enabling…
permissive · top 15,000 on PyPI
scvi-toolsscvi-tools provides probabilistic models for…
permissive · top 15,000 on PyPI
cmeel-console-bridgeProvides a Python distribution of…
permissive · top 15,000 on PyPI
kdtreeConstructs, modifies, and searches…
permissive · top 15,000 on PyPI