Is there a function to convert coords between two frames?
Hi!
With TF2 we can obtain the transformation that relates two frames. Said transformation provides us with the translation and rotation (in the form of a quaternion) between both reference systems. With the quaternion can be obtained the rotation matrix, and using it the coordinates of a point can be transformed from one frame to the other. The question is, is there a library or function that already provides the transformation of coordinates between frames?
Regards.