Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
joint.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_URDF_JOINT_H
27#define TESSERACT_URDF_JOINT_H
28
31#include <memory>
33
34namespace tinyxml2
35{
36class XMLElement; // NOLINT
37class XMLDocument;
38} // namespace tinyxml2
40{
41class Joint;
42}
43
44namespace tesseract_urdf
45{
52std::shared_ptr<tesseract_scene_graph::Joint> parseJoint(const tinyxml2::XMLElement* xml_element, int version);
53
54tinyxml2::XMLElement* writeJoint(const std::shared_ptr<const tesseract_scene_graph::Joint>& joint,
55 tinyxml2::XMLDocument& doc);
56
57} // namespace tesseract_urdf
58#endif // TESSERACT_URDF_JOINT_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 * writeJoint(const std::shared_ptr< const tesseract_scene_graph::Joint > &joint, tinyxml2::XMLDocument &doc)
Definition: joint.cpp:231
std::shared_ptr< tesseract_scene_graph::Joint > parseJoint(const tinyxml2::XMLElement *xml_element, int version)
Parse xml element joint.
Definition: joint.cpp:46
Definition: collision_margins.h:36