#include <Eigen/Core>
#include <Eigen/Geometry>
#include <RobotAPI/libraries/aron/core/aron_conversions.h>
Go to the source code of this file.
|
void | fromAron (const AronPosef &dto, Eigen::Affine3f &bo) |
|
void | fromAron (const AronPosef &dto, Eigen::Isometry3d &bo) |
|
void | fromAron (const AronPosef &dto, Eigen::Isometry3f &bo) |
|
template<class EigenT , int rows, int cols> |
void | fromAron (const Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > &dto, Eigen::Matrix< EigenT, rows, cols > &bo) |
|
void | toAron (AronPosef &dto, const Eigen::Affine3f &bo) |
|
void | toAron (AronPosef &dto, const Eigen::Isometry3d &bo) |
|
void | toAron (AronPosef &dto, const Eigen::Isometry3f &bo) |
|
template<class EigenT , int rows, int cols> |
void | toAron (Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > &dto, const Eigen::Matrix< EigenT, rows, cols > &bo) |
|