$search
#include "tf_conversions/tf_eigen.h"
Go to the source code of this file.
Namespaces | |
namespace | tf |
Functions | |
void | tf::RotationEigenToTF (const Eigen::Quaterniond &k, tf::Quaternion &t) |
Converts an Eigen Quaternion into a tf Quaternion. | |
void | tf::RotationTFToEigen (const tf::Quaternion &t, Eigen::Quaterniond &k) |
Converts a tf Quaternion into an Eigen Quaternion. | |
void | tf::TransformEigenToTF (const Eigen::Affine3d &k, tf::Transform &t) |
Converts an Eigen Affine3d into a tf Transform. | |
void | tf::TransformTFToEigen (const tf::Transform &t, Eigen::Affine3d &k) |
Converts a tf Transform into an Eigen Affine3d. | |
void | tf::VectorEigenToTF (const Eigen::Vector3d &k, tf::Vector3 &t) |
Converts an Eigen Vector3d into a tf Vector3. | |
void | tf::VectorTFToEigen (const tf::Vector3 &t, Eigen::Vector3d &k) |
Converts a tf Vector3 into an Eigen Vector3d. |