
The octomap library implements a 3d occupancy grid mapping approach, providing data structures and mapping algorithms in c++ particularly suited for robotics. the map implementation is based on an octree and is designed to meet the following requirements: full 3d model, updatable, flexible and compact. this package contains the development stuff.