#include <Eigen/Core>
#include <Eigen/Geometry>
#include <kdl/frames.hpp>
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. |