![]() |
Tesseract 0.28.4
|
Parse sphere from xml string. More...
#include <tesseract/common/macros.h>#include <stdexcept>#include <tinyxml2.h>#include <tesseract/geometry/impl/sphere.h>#include <tesseract/urdf/sphere.h>#include <tesseract/urdf/utils.h>Functions | |
| std::shared_ptr< tesseract::geometry::Sphere > | tesseract::urdf::parseSphere (const tinyxml2::XMLElement *xml_element) |
| Parse a xml sphere element. | |
| tinyxml2::XMLElement * | tesseract::urdf::writeSphere (const std::shared_ptr< const tesseract::geometry::Sphere > &sphere, tinyxml2::XMLDocument &doc) |
Parse sphere from xml string.
| tesseract::geometry::Sphere::Ptr tesseract::urdf::parseSphere | ( | const tinyxml2::XMLElement * | xml_element | ) |
Parse a xml sphere element.
| xml_element | The xml element |