ros / geometry2

A set of ROS packages for keeping track of coordinate transforms.
189 stars 273 forks source link

remove useless method with misleading doc #534

Closed wvmcastro closed 2 years ago

wvmcastro commented 2 years ago

The overload

void tf2::fromMsg ( const geometry_msgs::TransformStamped & msg, geometry_msgs::TransformStamped &)

seems to be useless since it consists of a call to the copy constructor only. Nonetheless, its documentation is wrong.

wvmcastro commented 2 years ago

Ok, i will edit just the doc part and request another review, tks