17 #ifndef SDF_FORCE_TORQUE_HH_ 18 #define SDF_FORCE_TORQUE_HH_ 21 #include <ignition/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;
158 IGN_UTILS_IMPL_PTR(dataPtr)
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition: Noise.hh:47
Wrench expressed in the orientation of the joint sensor frame.
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
ForceTorqueMeasureDirection
The set of measure directions of the wrench values.
Definition: ForceTorque.hh:50
ForceTorque contains information about a force torque sensor.
Definition: ForceTorque.hh:64
Wrench measured as applied by the parent link on the child link.
A Frame element descibes the properties associated with an explicit frame defined in a Model or World...
Definition: Frame.hh:42
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:25
ForceTorqueFrame
The set of supported frames of the wrench values.
Definition: ForceTorque.hh:33
class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
Wrench measured as applied by the child link on the parent link.
namespace for Simulation Description Format parser
Definition: Actor.hh:33
Wrench expressed in the orientation of the parent link frame.
Wrench expressed in the orientation of the child link frame.
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106