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