26#ifndef TESSERACT_COLLISION_FCL_COLLISION_OBJECT_WRAPPER_H
27#define TESSERACT_COLLISION_FCL_COLLISION_OBJECT_WRAPPER_H
31#include <fcl/narrowphase/collision_object-inl.h>
45 using fcl::CollisionObject<
double>::CollisionObject;
This is a wrapper around FCL Collision Object Class which allows you to expand the AABB by the contac...
Definition: fcl_collision_object_wrapper.h:43
void setContactDistanceThreshold(double contact_distance)
Set the collision objects contact distance threshold.
Definition: fcl_collision_object_wrapper.cpp:31
double contact_distance_
The contact distance threshold.
Definition: fcl_collision_object_wrapper.h:69
void updateAABB()
Update the internal AABB. This must be called instead of the base class computeAABB().
Definition: fcl_collision_object_wrapper.cpp:39
double getContactDistanceThreshold() const
Get the collision objects contact distance threshold.
Definition: fcl_collision_object_wrapper.cpp:37
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: fcl_collision_object_wrapper.h:36