![]() |
Tesseract 0.28.4
|
Parse inertial from xml string. More...
#include <tesseract/common/macros.h>#include <memory>#include <string_view>#include <tesseract/scene_graph/fwd.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 |