Function tf2::fromMsg(const geometry_msgs::msg::Vector3Stamped&, geometry_msgs::msg::Vector3Stamped&)
Defined in File tf2_geometry_msgs.hpp
Function Documentation
-
inline void tf2::fromMsg(const geometry_msgs::msg::Vector3Stamped &msg, geometry_msgs::msg::Vector3Stamped &out)
Trivial “conversion” function for Vector3 message type. This function is a specialization of the toMsg template defined in tf2/convert.h.
- Parameters:
msg – A Vector3Stamped message.
out – The input argument.