MCPcopy Create free account
hub / github.com/OctoMap/octomap

github.com/OctoMap/octomap @v1.10.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.10.0 ↗ · + Follow
1,478 symbols 3,615 edges 152 files 602 documented · 41% updated 5mo agov1.10.0 · 2024-03-19★ 2,33338 open issues

Browse by type

Functions 1,327 Types & classes 151
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OctoMap - An Efficient Probabilistic 3D Mapping Framework Based on Octrees.

http://octomap.github.io

Originally developed by Kai M. Wurm and Armin Hornung, University of Freiburg, Copyright (C) 2009-2014. Currently maintained by Armin Hornung. See the list of contributors for further authors.

License: * octomap: New BSD License * octovis and related libraries: GPL

Download the latest releases: https://github.com/octomap/octomap/releases

API documentation: https://octomap.github.io/octomap/doc/

Build status: Build Status

Report bugs and request features in our tracker: https://github.com/OctoMap/octomap/issues

A list of changes is available in the octomap changelog

OVERVIEW

OctoMap consists of two separate libraries each in its own subfolder: octomap, the actual library, and octovis, our visualization libraries and tools. This README provides an overview of both, for details on compiling each please see octomap/README.md and octovis/README.md respectively. See http://www.ros.org/wiki/octomap and http://www.ros.org/wiki/octovis if you want to use OctoMap in ROS; there are pre-compiled packages available.

You can build each library separately with CMake by running it from the subdirectories, or build octomap and octovis together from this top-level directory. E.g., to only compile the library, run:

cd octomap
mkdir build
cd build
cmake ..
make

To compile the complete package, run:

cd build
cmake ..
make

Binaries and libs will end up in the directories bin and lib of the top-level directory where you started the build.

Alternatively, you can build and install octomap using vcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install octomap

The octomap port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

See octomap README and octovis README for further details and hints on compiling, especially under Windows.

Core symbols most depended-on inside this repo

Shape

Method 1,058
Function 269
Class 141
Enum 10

Languages

C++100%

Modules by API surface

octovis/src/extern/QGLViewer/qglviewer.cpp116 symbols
octovis/src/extern/QGLViewer/camera.cpp79 symbols
octovis/src/extern/QGLViewer/qglviewer.h75 symbols
octovis/src/ViewerGui.cpp68 symbols
octovis/src/extern/QGLViewer/frame.cpp58 symbols
octovis/src/extern/QGLViewer/VRender/gpc.cpp46 symbols
octovis/src/extern/QGLViewer/VRender/Primitive.h31 symbols
octovis/src/ViewerWidget.cpp30 symbols
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp27 symbols
octovis/src/OcTreeDrawer.cpp25 symbols
octovis/src/extern/QGLViewer/quaternion.cpp24 symbols
octovis/src/extern/QGLViewer/camera.h23 symbols

For agents

$ claude mcp add octomap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page