Specialized Template Function tf2::doTransform(const geometry_msgs::msg::Point32&, geometry_msgs::msg::Point32&, const geometry_msgs::msg::TransformStamped&)
- Defined in File tf2_geometry_msgs.hpp 
Function Documentation
- 
template<>
 inline void tf2::doTransform(const geometry_msgs::msg::Point32 &t_in, geometry_msgs::msg::Point32 &t_out, const geometry_msgs::msg::TransformStamped &transform)
- Apply a geometry_msgs TransformStamped to an geometry_msgs Point32 type. This function is a specialization of the doTransform template defined in tf2/convert.h. - Point32 - Parameters:
- t_in – The point to transform, as a Point32 message. 
- t_out – The transformed point, as a Point32 message. 
- transform – The timestamped transform to apply, as a TransformStamped message.