![]() |
Tesseract 0.28.4
|
Parse PCL point cloud to octree from xml string. More...
#include <tesseract/common/macros.h>#include <stdexcept>#include <console_bridge/console.h>#include <pcl/io/pcd_io.h>#include <tesseract/common/utils.h>#include <tinyxml2.h>#include <octomap/OcTree.h>#include <tesseract/geometry/impl/octree.h>#include <tesseract/geometry/impl/octree_utils.h>#include <tesseract/urdf/point_cloud.h>#include <tesseract/common/resource_locator.h>Functions | |
| std::shared_ptr< tesseract::geometry::Octree > | tesseract::urdf::parsePointCloud (const tinyxml2::XMLElement *xml_element, const tesseract::common::ResourceLocator &locator, tesseract::geometry::OctreeSubType shape_type, bool prune) |
| Parse xml element point_cloud. | |
Parse PCL point cloud to octree from xml string.
| tesseract::geometry::Octree::Ptr tesseract::urdf::parsePointCloud | ( | const tinyxml2::XMLElement * | xml_element, |
| const tesseract::common::ResourceLocator & | locator, | ||
| tesseract::geometry::OctreeSubType | shape_type, | ||
| bool | prune | ||
| ) |
Parse xml element point_cloud.
| xml_element | The xml element |
| locator | The Tesseract locator |
| shape_type | The collision/visual geometry to use |
| prune | Indicate if the octree should be pruned |
| version | The version number |