Function tf2::fromMsg(const geometry_msgs::msg::PoseStamped&, tf2::Stamped<KDL::Frame>&)
Defined in File tf2_kdl.hpp
Function Documentation
-
inline void tf2::fromMsg(const geometry_msgs::msg::PoseStamped &msg, tf2::Stamped<KDL::Frame> &out)
Convert a Pose message transform type to a stamped KDL Frame. This function is a specialization of the fromMsg template defined in tf2/convert.h.
- Parameters:
msg – The PoseStamped message to convert.
out – The pose converted to a timestamped KDL Frame.