![]() |
Tesseract 0.28.4
|
Parse inertial from xml string. More...
#include <tesseract/common/macros.h>#include <stdexcept>#include <tinyxml2.h>#include <tesseract/scene_graph/link.h>#include <tesseract/urdf/inertial.h>#include <tesseract/urdf/origin.h>#include <tesseract/urdf/utils.h>Functions | |
| std::shared_ptr< tesseract::scene_graph::Inertial > | tesseract::urdf::parseInertial (const tinyxml2::XMLElement *xml_element) |
| Parse xml element inertial. | |
| tinyxml2::XMLElement * | tesseract::urdf::writeInertial (const std::shared_ptr< const tesseract::scene_graph::Inertial > &inertial, tinyxml2::XMLDocument &doc) |
Parse inertial from xml string.
| tesseract::scene_graph::Inertial::Ptr tesseract::urdf::parseInertial | ( | const tinyxml2::XMLElement * | xml_element | ) |
Parse xml element inertial.
| xml_element | The xml element |
| version | The version number |