Go to the documentation of this file.
17 #ifndef SDF_FORCE_TORQUE_HH_
18 #define SDF_FORCE_TORQUE_HH_
21 #include <ignition/utils/ImplPtr.hh>
25 #include <sdf/sdf_config.h>
30 inline namespace SDF_VERSION_NAMESPACE {
101 public:
bool operator==(
const ForceTorque &_ft)
const;
107 public:
bool operator!=(
const ForceTorque &_ft)
const;
110 IGN_UTILS_IMPL_PTR(dataPtr)
ForceTorqueFrame
Definition: ForceTorque.hh:33
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
namespace for Simulation Description Format parser
Definition: Actor.hh:33
ForceTorque contains information about a force torque sensor.
Definition: ForceTorque.hh:64
#define SDFORMAT_VISIBLE
Definition: system_util.hh:41
@ PARENT
Wrench expressed in the orientation of the parent link frame.
A Frame element descibes the properties associated with an explicit frame defined in a Model or World...
Definition: Frame.hh:42
@ CHILD_TO_PARENT
Wrench measured as applied by the child link on the parent link.
@ CHILD
Wrench expressed in the orientation of the child link frame.
@ SENSOR
Wrench expressed in the orientation of the joint sensor frame.
class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106
@ PARENT_TO_CHILD
Wrench measured as applied by the parent link on the child link.
ForceTorqueMeasureDirection
Definition: ForceTorque.hh:50