transform a matrix with tf [closed]
Hi all,
I have a small issue.
Just wondering if there is a easy way to transform an entire matrix of any size from "/laser"
to "/map"
frames.
In advance thank you.
What do you mean by "transform an entire matrix"? What does the matrix represent?
well, I have a matrix that represents a map in the laser frame and I want to be seen by the map frame, or in other words, transform the matrix from laser to map
What kind of representation are you using? You will probably need to write your own code for this. But it should be pretty easy - just use TF for point 0,0 of your matrix and that's it, am I right?