Parse cylinder from xml string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <tinyxml2.h>
#include <tesseract_geometry/impl/cylinder.h>
#include <tesseract_urdf/cylinder.h>
#include <tesseract_urdf/utils.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
Functions | |
std::shared_ptr< tesseract_geometry::Cylinder > | tesseract_urdf::parseCylinder (const tinyxml2::XMLElement *xml_element) |
Parse a xml cylinder element. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeCylinder (const std::shared_ptr< const tesseract_geometry::Cylinder > &cylinder, tinyxml2::XMLDocument &doc) |
Parse cylinder from xml string.
Definition in file cylinder.cpp.