Parse mimic from xml string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <console_bridge/console.h>
#include <tesseract_common/utils.h>
#include <tinyxml2.h>
#include <tesseract_scene_graph/joint.h>
#include <tesseract_urdf/mimic.h>
#include <tesseract_urdf/utils.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
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) |
Parse mimic from xml string.
Definition in file mimic.cpp.