26#ifndef TESSERACT_URDF_POINT_CLOUD_H
27#define TESSERACT_URDF_POINT_CLOUD_H
58std::shared_ptr<tesseract_geometry::Octree>
parsePointCloud(
const tinyxml2::XMLElement* xml_element,
Abstract class for resource loaders.
Definition: resource_locator.h:43
SubType
Definition: octree.h:49
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: allowed_collision_matrix.h:16
std::shared_ptr< tesseract_geometry::Octree > parsePointCloud(const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, tesseract_geometry::Octree::SubType shape_type, bool prune, int version)
Parse xml element point_cloud.
Definition: point_cloud.cpp:40
Definition: collision_margins.h:36
ResourceLocator::Ptr locator
Definition: resource_locator_unit.cpp:57
Tesseract Octree Geometry.