Tesseract
Motion Planning Environment
|
Parse octree from xml string. More...
Go to the source code of this file.
Namespaces | |
namespace | tinyxml2 |
namespace | tesseract_common |
namespace | tesseract_urdf |
Functions | |
std::shared_ptr< tesseract_geometry::Octree > | tesseract_urdf::parseOctree (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, tesseract_geometry::Octree::SubType shape_type, bool prune, int version) |
Parse xml element octree. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeOctree (const std::shared_ptr< const tesseract_geometry::Octree > &octree, tinyxml2::XMLDocument &doc, const std::string &package_path, const std::string &filename) |
writeOctree Write octree out to file, and generate appropriate xml More... | |
Parse octree from xml string.