Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
inertial.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_URDF_INERTIAL_H
27#define TESSERACT_URDF_INERTIAL_H
28
31#include <memory>
33
34namespace tinyxml2
35{
36class XMLElement; // NOLINT
37class XMLDocument;
38} // namespace tinyxml2
40{
41class Inertial;
42}
43
44namespace tesseract_urdf
45{
52std::shared_ptr<tesseract_scene_graph::Inertial> parseInertial(const tinyxml2::XMLElement* xml_element, int version);
53
54tinyxml2::XMLElement* writeInertial(const std::shared_ptr<const tesseract_scene_graph::Inertial>& inertial,
55 tinyxml2::XMLDocument& doc);
56
57} // namespace tesseract_urdf
58
59#endif // TESSERACT_URDF_INERTIAL_H
Common Tesseract Macros.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: graph.h:82
Definition: box.h:45
tinyxml2::XMLElement * writeInertial(const std::shared_ptr< const tesseract_scene_graph::Inertial > &inertial, tinyxml2::XMLDocument &doc)
Definition: inertial.cpp:88
std::shared_ptr< tesseract_scene_graph::Inertial > parseInertial(const tinyxml2::XMLElement *xml_element, int version)
Parse xml element inertial.
Definition: inertial.cpp:39
Definition: collision_margins.h:36