21 #include <ignition/math/Pose3.hh> 24 #include "sdf/sdf_config.h" 30 inline namespace SDF_VERSION_NAMESPACE {
100 public:
Joint &operator=(
const Joint &_joint);
116 public:
const std::string &Name()
const;
121 public:
void SetName(
const std::string &_name);
129 public:
void SetType(
const JointType _jointType);
133 public:
const std::string &ParentLinkName()
const;
137 public:
void SetParentLinkName(
const std::string &_name);
141 public:
const std::string &ChildLinkName()
const;
145 public:
void SetChildLinkName(
const std::string &_name);
155 public:
const JointAxis *Axis(
const unsigned int _index = 0)
const;
163 public:
void SetAxis(
const unsigned int _index,
const JointAxis &_axis);
170 public:
const ignition::math::Pose3d &Pose()
const;
175 public:
void SetPose(
const ignition::math::Pose3d &_pose);
181 public:
const std::string &PoseFrame()
const;
187 public:
void SetPoseFrame(
const std::string &_frame);
191 public:
double ThreadPitch()
const;
195 public:
void SetThreadPitch(
double _threadPitch);
204 private: JointPrivate *dataPtr =
nullptr;
JointType
The set of joint types.
Definition: Joint.hh:40
class SDFORMAT_VISIBLE Element
Definition: Element.hh:47
A joint with zero degrees of freedom that rigidly connects two links.
Same as two revolute joints connected in series.
A single degree of freedom joint with coupled sliding and rotational motion.
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:51
A hinge joint that rotates on a single axis with a continuous range of motion.
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:74
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
A sliding joint that slides along an axis with a limited range specified by upper and lower limits...
namespace for Simulation Description Format parser
Definition: AirPressure.hh:25
Similar to a ball joint, but constrains one degree of freedom.
Parameters related to the axis of rotation for rotational joints, and the axis of translation for pri...
Definition: JointAxis.hh:37
A hinge joint that rotates on a single axis with a fixed range of motion.