Function tf2::fromMsg(const geometry_msgs::msg::PoseWithCovarianceStamped&, geometry_msgs::msg::PoseWithCovarianceStamped&)

Function Documentation

inline void tf2::fromMsg(const geometry_msgs::msg::PoseWithCovarianceStamped &msg, geometry_msgs::msg::PoseWithCovarianceStamped &out)

Trivial “conversion” function for Pose message type. This function is a specialization of the toMsg template defined in tf2/convert.h.

Parameters:
  • msg – A PoseWithCovarianceStamped message.

  • out – The input argument.