Parse mesh from xml string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <Eigen/Geometry>
#include <tesseract_common/utils.h>
#include <tinyxml2.h>
#include <tesseract_collision/bullet/convex_hull_utils.h>
#include <tesseract_geometry/impl/mesh.h>
#include <tesseract_geometry/mesh_parser.h>
#include <tesseract_urdf/mesh.h>
#include <tesseract_common/resource_locator.h>
#include <tesseract_urdf/utils.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
Functions | |
std::vector< std::shared_ptr< tesseract_geometry::PolygonMesh > > | tesseract_urdf::parseMesh (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, bool visual, bool make_convex) |
Parse xml element mesh. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeMesh (const std::shared_ptr< const tesseract_geometry::PolygonMesh > &mesh, tinyxml2::XMLDocument &doc, const std::string &package_path, const std::string &filename) |
writeMesh Write a mesh to URDF XML and PLY file More... | |
Parse mesh from xml string.
Definition in file mesh.cpp.