1 #ifndef _RAPID_UTILS_EIGEN_CONVERSIONS_H_
2 #define _RAPID_UTILS_EIGEN_CONVERSIONS_H_
5 #include "Eigen/Geometry"
6 #include "geometry_msgs/Quaternion.h"
11 Eigen::Quaternionf* out);
13 geometry_msgs::Quaternion* out);
17 #endif // _RAPID_UTILS_EIGEN_CONVERSIONS_H_
void EigenToGeometryMsg(const Eigen::Quaternionf &in, geometry_msgs::Quaternion *out)
void GeometryMsgToEigen(const geometry_msgs::Quaternion &in, Eigen::Quaternionf *out)