|
coal 3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
#include <algorithm>#include <octomap/octomap.h>#include "coal/fwd.hh"#include "coal/BV/AABB.h"#include "coal/collision_object.h"

Go to the source code of this file.
Classes | |
| class | coal::OcTree |
| Octree is one type of collision geometry which can encode uncertainty information in the sensor data. More... | |
Namespaces | |
| namespace | coal |
| Main namespace. | |
Functions | |
| OcTreePtr_t | coal::makeOctree (const Eigen::Matrix< Scalar, Eigen::Dynamic, 3 > &point_cloud, const Scalar resolution) |
| Build an OcTree from a point cloud and a given resolution. | |