Function tf2::toMsg(const tf2::Stamped<Eigen::Vector3d>&)
Defined in File tf2_eigen.hpp
Function Documentation
-
inline geometry_msgs::msg::PointStamped tf2::toMsg(const tf2::Stamped<Eigen::Vector3d> &in)
Convert a stamped Eigen Vector3d type to a PointStamped message. This function is a specialization of the toMsg template defined in tf2/convert.h.
- Parameters:
in – The timestamped Eigen Vector3d to convert.
- Returns:
The vector converted to a PointStamped message.