#include <Eigen/Core>
#include <Eigen/Geometry>
#include <kdl/frames.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tf |
Functions | |
void | tf::quaternionEigenToKDL (const Eigen::Quaterniond &e, KDL::Rotation &k) |
Converts an Eigen quaternion into a KDL rotation. | |
void | tf::quaternionKDLToEigen (const KDL::Rotation &k, Eigen::Quaterniond &e) |
Converts a KDL rotation into an Eigen quaternion. | |
void | tf::transformEigenToKDL (const Eigen::Affine3d &e, KDL::Frame &k) |
Converts an Eigen transform into a KDL frame. | |
void | tf::transformKDLToEigen (const KDL::Frame &k, Eigen::Affine3d &e) |
Converts a KDL frame into an Eigen transform. | |
void | tf::twistEigenToKDL (const Eigen::Matrix< double, 6, 1 > &e, KDL::Twist &k) |
Converts an Eigen matrix into a KDL Twist. | |
void | tf::twistKDLToEigen (const KDL::Twist &k, Eigen::Matrix< double, 6, 1 > &e) |
Converts a KDL twist into an Eigen matrix. | |
void | tf::vectorEigenToKDL (const Eigen::Matrix< double, 3, 1 > &e, KDL::Twist &k) |
Converts an Eigen matrix into a KDL vector. | |
void | tf::vectorKDLToEigen (const KDL::Vector &k, Eigen::Matrix< double, 6, 1 > &e) |
Converts a KDL vector into an Eigen matrix. | |
void | tf::wrenchEigenToKDL (const Eigen::Matrix< double, 6, 1 > &e, KDL::Wrench &k) |
Converts an Eigen matrix into a KDL wrench. | |
void | tf::wrenchKDLToEigen (const KDL::Wrench &k, Eigen::Matrix< double, 6, 1 > &e) |
Converts a KDL wrench into an Eigen matrix. |