ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
conversions Namespace Reference

Namespace for converting eign to tf matrices. More...

Functions

void transformMatrix4dToTf (const Eigen::Matrix4d &e, tf::Transform &tf)
 Convert an Eigen::Matrix4d to a tf::Transform. More...
 
void transformRPYToTf (double r, double p, double y, tf::Transform &tf)
 Convert roll, pitch, yaw Euler angles to a tf::Transform. More...
 

Detailed Description

Namespace for converting eign to tf matrices.

Function Documentation

void conversions::transformMatrix4dToTf ( const Eigen::Matrix4d &  e,
tf::Transform &  tf 
)

Convert an Eigen::Matrix4d to a tf::Transform.

Parameters
eInput Eigen::Matrix4d
tfOutput tf::Transform
void conversions::transformRPYToTf ( double  r,
double  p,
double  y,
tf::Transform &  tf 
)

Convert roll, pitch, yaw Euler angles to a tf::Transform.

Parameters
rRoll
pPitch
yYaw
tfOutput tf::Transform