26 #ifndef TESSERACT_URDF_INERTIAL_H
27 #define TESSERACT_URDF_INERTIAL_H
32 #include <string_view>
53 std::shared_ptr<tesseract_scene_graph::Inertial>
parseInertial(
const tinyxml2::XMLElement* xml_element);
55 tinyxml2::XMLElement*
writeInertial(
const std::shared_ptr<const tesseract_scene_graph::Inertial>& inertial,
56 tinyxml2::XMLDocument& doc);
60 #endif // TESSERACT_URDF_INERTIAL_H