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>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
Functions | |
std::shared_ptr< tesseract_scene_graph::Inertial > | tesseract_urdf::parseInertial (const tinyxml2::XMLElement *xml_element) |
Parse xml element inertial. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeInertial (const std::shared_ptr< const tesseract_scene_graph::Inertial > &inertial, tinyxml2::XMLDocument &doc) |
Parse inertial from xml string.
Definition in file inertial.cpp.