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

Function Documentation

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

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

Parameters:
  • msg – A PoseStamped message.

  • out – The input argument.