#include <yarp/math/FrameTransform.h>
|
| FrameTransform () |
|
| FrameTransform (const std::string &parent, const std::string &child, double inTX, double inTY, double inTZ, double inRX, double inRY, double inRZ, double inRW) |
|
| ~FrameTransform () |
|
void | transFromVec (double X, double Y, double Z) |
|
void | rotFromRPY (double R, double P, double Y) |
|
yarp::sig::Vector | getRPYRot () const |
|
yarp::sig::Matrix | toMatrix () const |
|
bool | fromMatrix (const yarp::sig::Matrix &mat) |
|
std::string | toString (display_transform_mode_t format=rotation_as_quaternion) const |
|
Definition at line 20 of file FrameTransform.h.
◆ display_transform_mode_t
Enumerator |
---|
rotation_as_quaternion | |
rotation_as_matrix | |
rotation_as_rpy | |
Definition at line 64 of file FrameTransform.h.
◆ FrameTransform() [1/2]
yarp::math::FrameTransform::FrameTransform |
( |
| ) |
|
◆ FrameTransform() [2/2]
yarp::math::FrameTransform::FrameTransform |
( |
const std::string & |
parent, |
|
|
const std::string & |
child, |
|
|
double |
inTX, |
|
|
double |
inTY, |
|
|
double |
inTZ, |
|
|
double |
inRX, |
|
|
double |
inRY, |
|
|
double |
inRZ, |
|
|
double |
inRW |
|
) |
| |
◆ ~FrameTransform()
yarp::math::FrameTransform::~FrameTransform |
( |
| ) |
|
|
default |
◆ fromMatrix()
◆ getRPYRot()
◆ rotFromRPY()
void yarp::math::FrameTransform::rotFromRPY |
( |
double |
R, |
|
|
double |
P, |
|
|
double |
Y |
|
) |
| |
◆ toMatrix()
◆ toString()
◆ transFromVec()
void yarp::math::FrameTransform::transFromVec |
( |
double |
X, |
|
|
double |
Y, |
|
|
double |
Z |
|
) |
| |
◆ dst_frame_id
std::string yarp::math::FrameTransform::dst_frame_id |
◆ rotation
◆ src_frame_id
std::string yarp::math::FrameTransform::src_frame_id |
◆ timestamp
double yarp::math::FrameTransform::timestamp |
◆ translation
The documentation for this class was generated from the following files: