Parse geometry from XML string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <Eigen/Geometry>
#include <tinyxml2.h>
#include <tesseract_collision/core/common.h>
#include <tesseract_collision/bullet/convex_hull_utils.h>
#include <tesseract_geometry/geometries.h>
#include <tesseract_common/resource_locator.h>
#include <tesseract_urdf/box.h>
#include <tesseract_urdf/cylinder.h>
#include <tesseract_urdf/cone.h>
#include <tesseract_urdf/capsule.h>
#include <tesseract_urdf/geometry.h>
#include <tesseract_urdf/mesh.h>
#include <tesseract_urdf/octomap.h>
#include <tesseract_urdf/sdf_mesh.h>
#include <tesseract_urdf/sphere.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
Functions | |
std::shared_ptr< tesseract_geometry::Geometry > | tesseract_urdf::parseGeometry (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, bool visual, bool make_convex_meshes) |
Parse xml element geometry. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeGeometry (const std::shared_ptr< const tesseract_geometry::Geometry > &geometry, tinyxml2::XMLDocument &doc, const std::string &package_path, const std::string &filename) |
writeGeometry Write geometry to URDF XML More... | |
Parse geometry from XML string.
Definition in file geometry.cpp.