Function tf2::fromMsg(const geometry_msgs::msg::Point&, tf2::Vector3&)

Function Documentation

inline void tf2::fromMsg(const geometry_msgs::msg::Point &in, tf2::Vector3 &out)

Convert a Vector3 message to its equivalent tf2 representation. This function is a specialization of the fromMsg template defined in tf2/convert.h.

Parameters:
  • in – A Vector3 message type.

  • out – The Vector3 converted to a tf2 type.