Parse mimic from xml string. More...
#include <tesseract_common/macros.h>
#include <memory>
#include <string_view>
#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::JointMimic > | tesseract_urdf::parseMimic (const tinyxml2::XMLElement *xml_element) |
Parse xml element mimic. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeMimic (const std::shared_ptr< const tesseract_scene_graph::JointMimic > &mimic, tinyxml2::XMLDocument &doc) |
Variables | |
static constexpr std::string_view | tesseract_urdf::MIMIC_ELEMENT_NAME = "mimic" |
Parse mimic from xml string.
Definition in file mimic.h.