skillfed

cmeel-octomap

cmeel distribution for OctoMap, An Efficient Probabilistic 3D Mapping Framework Based on Octrees

cmeel-octomap v1.10.0 793.4K downloads/30d#5,041 on PyPI0
License unclear Active released

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-octomap

uv

uv add cmeel-octomap

poetry

poetry add cmeel-octomap

Installing 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

3D occupancy mappingoctree spatial data structureprobabilistic 3D mappingoctomap python bindings3D environment representationvoxel-based mapping framework
robotics3d-mappingspatial-data

More Scientific/Engineering packages

Further reading