Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
capsule.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_URDF_CAPSULE_H
27#define TESSERACT_URDF_CAPSULE_H
28
31#include <memory>
33
34namespace tinyxml2
35{
36class XMLElement; // NOLINT
37class XMLDocument;
38} // namespace tinyxml2
39namespace tesseract_geometry
40{
41class Capsule;
42}
43
44namespace tesseract_urdf
45{
51std::shared_ptr<tesseract_geometry::Capsule> parseCapsule(const tinyxml2::XMLElement* xml_element, int version);
52
53tinyxml2::XMLElement* writeCapsule(const std::shared_ptr<const tesseract_geometry::Capsule>& capsule,
54 tinyxml2::XMLDocument& doc);
55
56} // namespace tesseract_urdf
57#endif // TESSERACT_URDF_CAPSULE_H
Common Tesseract Macros.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: geometry.h:39
Definition: box.h:45
tinyxml2::XMLElement * writeCapsule(const std::shared_ptr< const tesseract_geometry::Capsule > &capsule, tinyxml2::XMLDocument &doc)
Definition: capsule.cpp:50
std::shared_ptr< tesseract_geometry::Capsule > parseCapsule(const tinyxml2::XMLElement *xml_element, int version)
Parse a xml capsule element.
Definition: capsule.cpp:38
Definition: collision_margins.h:36
auto capsule
Definition: tesseract_geometry_unit.cpp:21