Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
g
i
j
l
m
n
o
p
s
t
v
w
Functions
m
n
p
t
w
Variables
Files
File List
File Members
All
f
g
m
r
s
t
w
Functions
f
g
m
r
s
t
w
Variables
include
tesseract_urdf
limits.h
Go to the documentation of this file.
1
26
#ifndef TESSERACT_URDF_LIMITS_H
27
#define TESSERACT_URDF_LIMITS_H
28
29
#include <
tesseract_common/macros.h
>
30
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
31
#include <memory>
32
#include <string_view>
33
TESSERACT_COMMON_IGNORE_WARNINGS_POP
34
35
#include <
tesseract_scene_graph/fwd.h
>
36
37
namespace
tinyxml2
38
{
39
class
XMLElement;
// NOLINT
40
class
XMLDocument;
41
}
// namespace tinyxml2
42
43
namespace
tesseract_urdf
44
{
45
static
constexpr std::string_view
LIMITS_ELEMENT_NAME
=
"limit"
;
46
53
std::shared_ptr<tesseract_scene_graph::JointLimits>
parseLimits
(
const
tinyxml2::XMLElement* xml_element);
54
55
tinyxml2::XMLElement*
writeLimits
(
const
std::shared_ptr<const tesseract_scene_graph::JointLimits>& limits,
56
tinyxml2::XMLDocument& doc);
57
58
}
// namespace tesseract_urdf
59
60
#endif // TESSERACT_URDF_LIMITS_H
tesseract_urdf::writeLimits
tinyxml2::XMLElement * writeLimits(const std::shared_ptr< const tesseract_scene_graph::JointLimits > &limits, tinyxml2::XMLDocument &doc)
Definition:
limits.cpp:74
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
tesseract_urdf::parseLimits
std::shared_ptr< tesseract_scene_graph::JointLimits > parseLimits(const tinyxml2::XMLElement *xml_element)
Parse xml element limits.
Definition:
limits.cpp:41
TESSERACT_COMMON_IGNORE_WARNINGS_POP
fwd.h
tinyxml2
tesseract_urdf::LIMITS_ELEMENT_NAME
static constexpr std::string_view LIMITS_ELEMENT_NAME
Definition:
limits.h:45
macros.h
tesseract_urdf
Definition:
box.h:43
tesseract_urdf
Author(s): Levi Armstrong
autogenerated on Thu Apr 24 2025 03:10:44