hpp-rbprm
4.10.0
Implementation of RB-PRM planner using hpp.
|
Go to the documentation of this file.
19 #ifndef HPP_OCTREE_NODE_HH
20 # define HPP_OCTREE_NODE_HH
23 #include <hpp/fcl/octree.h>
46 OctreeNode(
const pinocchio::JointPtr_t limb,
const std::size_t nbSamples,
const double resolution = 0.1);
57 const boost::shared_ptr<fcl::CollisionGeometry> geometry_;
62 const std::vector<fcl::CollisionObject*>
boxes_;
69 #endif // HPP_OCTREE_NODE_HH
Definition: octree-node.hh:38
const std::vector< fcl::CollisionObject * > boxes_
Bounding boxes of areas of interest of the octree.
Definition: octree-node.hh:62
Definition: algorithm.hh:27
boost::shared_ptr< OctreeNode > OctreeNodePtr_t
Definition: octree-node.hh:35
const std::deque< Sample > samples_
samples generated
Definition: octree-node.hh:53
const fcl::CollisionObject treeObject_
Definition: octree-node.hh:60
HPP_PREDEF_CLASS(OctreeNode)
#define HPP_RBPRM_DLLAPI
Definition: config.hh:64