Go to the documentation of this file.
26 #ifndef TESSERACT_COLLISION_FCL_COLLISION_OBJECT_WRAPPER_H
27 #define TESSERACT_COLLISION_FCL_COLLISION_OBJECT_WRAPPER_H
88 #endif // TESSERACT_COLLISION_FCL_COLLISION_OBJECT_WRAPPER_H
int getShapeIndex() const
Get the shape index. This is the geometries index in the urdf.
double getContactDistanceThreshold() const
Get the collision objects contact distance threshold.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
void updateAABB()
Update the internal AABB. This must be called instead of the base class computeAABB().
int shape_index_
The shape index, which is the geometries index in the urdf.
void setShapeIndex(int index)
Set the shape index. This is the geometries index in the urdf.
void setContactDistanceThreshold(double contact_distance)
Set the collision objects contact distance threshold.
double contact_distance_
The contact distance threshold.
This is a wrapper around FCL Collision Object Class which allows you to expand the AABB by the contac...