Function tf2::fromMsg(const geometry_msgs::msg::Point&, Eigen::Vector3d&)
Defined in File tf2_eigen.hpp
Function Documentation
-
inline void tf2::fromMsg(const geometry_msgs::msg::Point &msg, Eigen::Vector3d &out)
Convert a Point message type to a Eigen-specific Vector3d type. This function is a specialization of the fromMsg template defined in tf2/convert.h.
- Parameters:
msg – The Point message to convert.
out – The point converted to a Eigen Vector3d.