Parse link from xml string. More...
#include <tesseract_common/macros.h>
#include <memory>
#include <unordered_map>
#include <string_view>
#include <tesseract_common/fwd.h>
#include <tesseract_scene_graph/fwd.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
tinyxml2 | |
Functions | |
std::shared_ptr< tesseract_scene_graph::Link > | tesseract_urdf::parseLink (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, bool make_convex_meshes, std::unordered_map< std::string, std::shared_ptr< tesseract_scene_graph::Material >> &available_materials) |
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... | |
Variables | |
static constexpr std::string_view | tesseract_urdf::LINK_ELEMENT_NAME = "link" |
Parse link from xml string.
Definition in file link.h.