moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Namespaces | Typedefs
occupancy_map.h File Reference
#include <octomap/octomap.h>
#include <memory>
#include <string>
#include <shared_mutex>
#include <mutex>
#include <functional>
Include dependency graph for occupancy_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  collision_detection::OccMapTree
 

Namespaces

 collision_detection
 

Typedefs

typedef octomap::OcTreeNode collision_detection::OccMapNode
 
using collision_detection::OccMapTreePtr = std::shared_ptr< OccMapTree >
 
using collision_detection::OccMapTreeConstPtr = std::shared_ptr< const OccMapTree >