ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
conversions.h File Reference
#include <tf_conversions/tf_eigen.h>
Include dependency graph for conversions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 conversions
 Namespace for converting eign to tf matrices.
 

Functions

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