# octomap を Homebrew, dnf, Nix, apt でインストール

octomap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:octomap
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install octomap
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install octomap
```

  証拠: Fedora Rawhide package metadata: octomap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#octomap
```

  証拠: nixpkgs package indexes: pkgs/by-name/oc/octomap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Debian apt (92%):

```sh
sudo apt install libdynamicedt3d-dev
```

  証拠: Debian stable package indexes: libdynamicedt3d-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:octomap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.10.0
- **ソース概要:** Efficient probabilistic 3D mapping framework based on octrees
- **ホームページ:** <https://octomap.github.io/>
- **リポジトリ:** <https://github.com/OctoMap/octomap>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- binvox2bt (エイリアス)
- bt2vrml (エイリアス)
- compare_octrees (エイリアス)
- convert_octree (エイリアス)
- edit_octree (エイリアス)
- eval_octree_accuracy (エイリアス)
- graph2tree (エイリアス)
- log2graph (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.10.0
## プロジェクトの歴史と使われ方

OctoMap is a C++ framework for probabilistic 3D occupancy mapping with octrees, aimed especially at robotics. It became a standard package because it combines a compact volumetric representation with explicit occupied, free, and unknown space, which is exactly the shape of data many robots need for navigation and exploration.

### プロジェクトの歴史

OctoMap was developed by Kai M. Wurm and Armin Hornung at the University of Freiburg, with project copyright listed for 2009-2014 in the repository README. The journal paper "OctoMap: An Efficient Probabilistic 3D Mapping Framework Based on Octrees" was published in Autonomous Robots in 2013 and is the canonical technical reference.

The public GitHub repository was created on 2012-12-18. Its top-level package includes the core octomap library, octovis visualization tools, and dynamicEDT3D, and the project documentation points users to API docs, ROS integration, issue tracking, and example datasets.

### 採用の歴史

OctoMap's adoption is strongest in robotics research and ROS workflows. The official site links to ROS usage, asks researchers to cite the 2013 Autonomous Robots paper, and publishes example maps and datasets; the README also documents package-manager routes such as vcpkg.

The changelog shows long maintenance across compiler, CMake, ROS, and packaging concerns. Releases from the 1.6 line in 2013 through 1.10.0 on 2024-03-19 include API changes, ROS compatibility updates, Qt/octovis maintenance, C++17/C++20 fixes, and vcpkg installation instructions.

### 使われ方

Robotics developers feed point clouds or scans into OctoMap to build and update a multi-resolution octree occupancy map. The representation supports probabilistic updates for noisy sensors, dynamic expansion when the mapped area is not known in advance, compressed storage, and queries that distinguish occupied, free, and unknown cells.

The command-line tools in the package convert, compare, edit, and visualize octrees, while C++ users link the library into mapping, navigation, exploration, and simulation systems.

### パッケージ好きにとっての重要性

OctoMap is package-nerd interesting because it is both an academic reference implementation and a practical system package. Its presence across Homebrew, Debian/Ubuntu, Fedora, Nix, and ROS-style ecosystems reflects how research software becomes infrastructure when its data format and library API stabilize.

### タイムライン

- 2009-2014: repository README lists the original University of Freiburg development copyright span.
- 2012-12-18: GitHub repository created.
- 2013: Autonomous Robots paper published as the canonical OctoMap reference.
- 2024-03-19: OctoMap 1.10.0 changelog entry documented compiler, CMake, ROS, octovis, and vcpkg-related maintenance.

### Related projects

- Related projects named by the official site include OctoMap-RT, a GPU-accelerated ray tracing variant, and PyOctoMap Python bindings. The package also intersects with ROS packages and visualization tools through octovis.

### ソース

- <https://api.github.com/repos/OctoMap/octomap>
- <https://doi.org/10.1007/s10514-012-9321-0>
- <https://formulae.brew.sh/formula/octomap>
- <https://github.com/OctoMap/octomap>
- <https://octomap.github.io/>
- <https://raw.githubusercontent.com/octomap/octomap/devel/README.md>
- <https://raw.githubusercontent.com/octomap/octomap/devel/octomap/CHANGELOG.txt>
- <https://www.arminhornung.de/Research/pub/hornung13auro.pdf>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - libdynamicedt3d-dev - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: libdynamicedt3d-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dynamicEDT3D library development files | https://octomap.github.io
- Debian apt - libdynamicedt3d1.9t64 - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: libdynamicedt3d1.9t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Incrementally updatable Euclidean distance transform library | https://octomap.github.io
- Debian apt - liboctomap-dev - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: liboctomap-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Octomap library development files | https://octomap.github.io
- Debian apt - liboctomap1.9t64 - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: liboctomap1.9t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | 3D occupancy grid mapping approach library for mapping | https://octomap.github.io
- Debian apt - liboctovis-dev - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: liboctovis-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Visualization library for OctoMap development files | https://octomap.github.io
- Debian apt - liboctovis1.9t64 - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: liboctovis1.9t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Visualization library for OctoMap | https://octomap.github.io
- Debian apt - octomap-tools - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: octomap-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tools for 3D occupancy grid mapping | https://octomap.github.io
- Debian apt - octovis - 1.9.7+dfsg-4: normalized package name match | Debian stable package indexes: octovis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Visualization tool for OctoMap | https://octomap.github.io
- Nix - octomap: normalized package name match | nixpkgs package indexes: pkgs/by-name/oc/octomap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libdynamicedt3d-dev - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libdynamicedt3d-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dynamicEDT3D library development files | https://octomap.github.io
- Ubuntu apt - libdynamicedt3d1.9t64 - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libdynamicedt3d1.9t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Incrementally updatable Euclidean distance transform library | https://octomap.github.io
- Ubuntu apt - liboctomap-dev - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: liboctomap-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Octomap library development files | https://octomap.github.io
- Ubuntu apt - liboctomap1.9t64 - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: liboctomap1.9t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | 3D occupancy grid mapping approach library for mapping | https://octomap.github.io
- Ubuntu apt - liboctovis-dev - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: liboctovis-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Visualization library for OctoMap development files | https://octomap.github.io
- Ubuntu apt - liboctovis1.9t64 - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: liboctovis1.9t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Visualization library for OctoMap | https://octomap.github.io
- Ubuntu apt - octomap-tools - 1.9.7+dfsg-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: octomap-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tools for 3D occupancy grid mapping | https://octomap.github.io


## Combined YAML source

View the package source record on GitHub. [combined/octomap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/octomap.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
