$search
#include <eigen_conversions/eigen_kdl.h>
Go to the source code of this file.
Namespaces | |
namespace | tf |
Functions | |
void | tf::transformKDLToEigen (const KDL::Frame &k, Eigen::Affine3d &e) |
Converts a KDL frame into an Eigen transform. | |
void | tf::twistKDLToEigen (const KDL::Twist &k, Eigen::Matrix< double, 6, 1 > &e) |
Converts a KDL twist into an Eigen matrix. |