![]() |
Tesseract 0.28.4
|
Tesseract Geometry Utility Function. More...
#include <tesseract/common/macros.h>#include <console_bridge/console.h>#include <octomap/octomap.h>#include <tesseract/geometry/utils.h>#include <tesseract/geometry/geometries.h>#include <tesseract/geometry/conversions.h>Functions | |
| bool | tesseract::geometry::isIdentical (const Geometry &geom1, const Geometry &geom2) |
| Check if two Geometries are identical. | |
| tesseract::common::VectorVector3d | tesseract::geometry::extractVertices (const Geometry &geom, const Eigen::Isometry3d &origin) |
| A utility for extracting vertices from a geomtry If it is a primitive shape, it will be converted to a mesh and then extract vertices. | |
Tesseract Geometry Utility Function.
Check if two Geometries are identical.
| geom1 | First Geometry |
| geom2 | Second Geometry |
| tesseract::common::VectorVector3d tesseract::geometry::extractVertices | ( | const Geometry & | geom, |
| const Eigen::Isometry3d & | origin | ||
| ) |
A utility for extracting vertices from a geomtry If it is a primitive shape, it will be converted to a mesh and then extract vertices.
| geom | The geometry to extract vertices from |
| origin | The origin of the geometry transform the extracted vertices |