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

Function Documentation

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

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

Parameters:
  • msg – A PointStamped message.

  • out – The input argument.