26#ifndef TESSERACT_URDF_OCTOMAP_H
27#define TESSERACT_URDF_OCTOMAP_H
60std::shared_ptr<tesseract_geometry::Octree>
parseOctomap(
const tinyxml2::XMLElement* xml_element,
75tinyxml2::XMLElement*
writeOctomap(
const std::shared_ptr<const tesseract_geometry::Octree>&
octree,
76 tinyxml2::XMLDocument& doc,
78 const std::string& filename);
Abstract class for resource loaders.
Definition: resource_locator.h:43
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: allowed_collision_matrix.h:16
Definition: geometry.h:39
std::shared_ptr< tesseract_geometry::Octree > parseOctomap(const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, bool visual, int version)
Parse xml element octomap.
Definition: octomap.cpp:45
tinyxml2::XMLElement * writeOctomap(const std::shared_ptr< const tesseract_geometry::Octree > &octree, tinyxml2::XMLDocument &doc, const std::string &package_path, const std::string &filename)
writeOctomap Write octomap to URDF XML. This is non-standard URDF / tesseract-exclusive
Definition: octomap.cpp:99
Definition: collision_margins.h:36
tesseract_common::fs::path package_path
Definition: resource_locator_unit.cpp:55
ResourceLocator::Ptr locator
Definition: resource_locator_unit.cpp:57
auto octree
Definition: tesseract_geometry_unit.cpp:27