ForceTorque contains information about a force torque sensor.
More...
#include <ForceTorque.hh>
ForceTorque contains information about a force torque sensor.
This sensor can be attached to a joint.
◆ ForceTorque()
sdf::v11::ForceTorque::ForceTorque |
( |
| ) |
|
◆ Element()
Get a pointer to the SDF element that was used during load.
- Returns
- SDF element pointer. The value will be nullptr if Load has not been called.
◆ Frame()
Get the frame in which the wrench values are reported.
- Returns
- The frame of the wrench values.
◆ Load()
Load the force torque sensor based on an element pointer.
This is not the usual entry point. Typical usage of the SDF DOM is through the Root object.
- Parameters
-
- Returns
- Errors, which is a vector of Error objects. Each Error includes an error code and message. An empty vector indicates no error.
◆ MeasureDirection()
Get the measure direction of the wrench values.
- Returns
- The measure direction of the wrench values.
◆ operator!=()
bool sdf::v11::ForceTorque::operator!= |
( |
const ForceTorque & |
_ft | ) |
const |
Return true this force torque object does not contain the same values as the passed-in parameter.
- Parameters
-
[_in] | _ft Force torque value to compare. \returen True if 'this' != _ft. |
◆ operator==()
bool sdf::v11::ForceTorque::operator== |
( |
const ForceTorque & |
_ft | ) |
const |
Return true if both force torque objects contain the same values.
- Parameters
-
[_in] | _ft Force torque value to compare. \returen True if 'this' == _ft. |
◆ SetFrame()
Set the frame in which the wrench values are reported.
- Parameters
-
[in] | _frame | The frame of the wrench values. |
◆ SetMeasureDirection()
Set the measure direction of the wrench values.
- Parameters
-
[in] | _direction | The measure direction of the wrench values. |
The documentation for this class was generated from the following file: