Tesseract
Motion Planning Environment
|
Parse link from xml string. More...
Go to the source code of this file.
Namespaces | |
namespace | tinyxml2 |
namespace | tesseract_scene_graph |
namespace | tesseract_common |
namespace | tesseract_urdf |
Functions | |
std::shared_ptr< tesseract_scene_graph::Link > | tesseract_urdf::parseLink (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, std::unordered_map< std::string, std::shared_ptr< tesseract_scene_graph::Material > > &available_materials, int version) |
Parse xml element link. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeLink (const std::shared_ptr< const tesseract_scene_graph::Link > &link, tinyxml2::XMLDocument &doc, const std::string &package_path) |
writeLink Write a link to URDF XML More... | |
Parse link from xml string.