Tesseract
Motion Planning Environment
|
This is a collection of common methods. More...
#include <tesseract_common/types.h>
#include <tesseract_geometry/impl/mesh.h>
#include <tesseract_geometry/impl/convex_mesh.h>
Go to the source code of this file.
Namespaces | |
namespace | tesseract_collision |
Functions | |
int | tesseract_collision::createConvexHull (tesseract_common::VectorVector3d &vertices, Eigen::VectorXi &faces, const tesseract_common::VectorVector3d &input, double shrink=-1, double shrinkClamp=-1) |
Create a convex hull from vertices using Bullet Convex Hull Computer. More... | |
tesseract_geometry::ConvexMesh::Ptr | tesseract_collision::makeConvexMesh (const tesseract_geometry::Mesh &mesh) |
This is a collection of common methods.