38 #ifndef FCL_TRAVERSAL_OCTREE_OCTREESHAPECOLLISIONTRAVERSALNODE_H 39 #define FCL_TRAVERSAL_OCTREE_OCTREESHAPECOLLISIONTRAVERSALNODE_H 41 #include "fcl/config.h" 42 #if not(FCL_HAVE_OCTOMAP) 43 #error "This header requires fcl to be compiled with octomap support" 46 #include "fcl/geometry/octree/octree.h" 47 #include "fcl/geometry/bvh/BVH_model.h" 48 #include "fcl/narrowphase/detail/traversal/collision/collision_traversal_node_base.h" 49 #include "fcl/narrowphase/detail/traversal/octree/octree_solver.h" 58 template <
typename Shape,
typename NarrowPhaseSolver>
64 using S =
typename Shape::S;
72 const OcTree<S>* model1;
80 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
85 template <
typename Shape,
typename NarrowPhaseSolver>
88 const OcTree<typename Shape::S>& model1,
89 const Transform3<typename Shape::S>& tf1,
91 const Transform3<typename Shape::S>& tf2,
99 #include "fcl/narrowphase/detail/traversal/octree/collision/octree_shape_collision_traversal_node-inl.h" Main namespace.
Definition: broadphase_bruteforce-inl.h:45
collision result
Definition: collision_request.h:48
void leafTesting(int, int) const
Leaf test between node b1 and b2, if they are both leafs.
Definition: octree_shape_collision_traversal_node-inl.h:71
CollisionRequest< Shape::S > request
request setting for collision
Definition: collision_traversal_node_base.h:72
Node structure encoding the information required for collision traversal.
Definition: collision_traversal_node_base.h:52
request to the collision algorithm
Definition: collision_request.h:52
Algorithms for collision related with octree.
Definition: octree_solver.h:59
Traversal node for octree-shape collision.
Definition: octree_shape_collision_traversal_node.h:59
CollisionResult< Shape::S > * result
collision result kept during the traversal iteration
Definition: collision_traversal_node_base.h:75
bool BVTesting(int, int) const
BV test between b1 and b2.
Definition: octree_shape_collision_traversal_node-inl.h:63