Go to the documentation of this file.
17 #ifndef SDF_FORCE_TORQUE_HH_
18 #define SDF_FORCE_TORQUE_HH_
21 #include <gz/utils/ImplPtr.hh>
30 inline namespace SDF_VERSION_NAMESPACE {
84 public:
const Noise &ForceXNoise()
const;
88 public:
void SetForceXNoise(
const Noise &_noise);
92 public:
const Noise &ForceYNoise()
const;
96 public:
void SetForceYNoise(
const Noise &_noise);
100 public:
const Noise &ForceZNoise()
const;
104 public:
void SetForceZNoise(
const Noise &_noise);
108 public:
const Noise &TorqueXNoise()
const;
112 public:
void SetTorqueXNoise(
const Noise &_noise);
116 public:
const Noise &TorqueYNoise()
const;
120 public:
void SetTorqueYNoise(
const Noise &_noise);
124 public:
const Noise &TorqueZNoise()
const;
128 public:
void SetTorqueZNoise(
const Noise &_noise);
149 public:
bool operator==(
const ForceTorque &_ft)
const;
155 public:
bool operator!=(
const ForceTorque &_ft)
const;
173 GZ_UTILS_IMPL_PTR(dataPtr)
@ SENSOR
Wrench expressed in the orientation of the joint sensor frame.
@ CHILD
Wrench expressed in the orientation of the child link frame.
ForceTorqueFrame
Definition: ForceTorque.hh:33
namespace for Simulation Description Format parser
Definition: Actor.hh:34
A Frame element descibes the properties associated with an explicit frame defined in a Model or World...
Definition: Frame.hh:42
@ PARENT
Wrench expressed in the orientation of the parent link frame.
#define SDFORMAT_VISIBLE
Definition: system_util.hh:25
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition: Noise.hh:47
@ PARENT_TO_CHILD
Wrench measured as applied by the parent link on the child link.
class GZ_SDFORMAT_VISIBLE Element
Definition: Element.hh:51
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:80
ForceTorque contains information about a force torque sensor.
Definition: ForceTorque.hh:64
ForceTorqueMeasureDirection
Definition: ForceTorque.hh:50
@ CHILD_TO_PARENT
Wrench measured as applied by the child link on the parent link.
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:55