Function tf2::toMsg(const Eigen::Isometry3d&)
Defined in File tf2_eigen.hpp
Function Documentation
-
inline geometry_msgs::msg::Pose tf2::toMsg(const Eigen::Isometry3d &in)
Convert a Eigen Isometry3d transform type to a Pose message. This function is a specialization of the toMsg template defined in tf2/convert.h.
- Parameters:
in – The Eigen Isometry3d to convert.
- Returns:
The Eigen transform converted to a Pose message.