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