ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
I think the best way to do is to use tf. Look at this class http://docs.ros.org/jade/api/tf/html/c++/classtf_1_1Transformer.html for more information about it !
You should use waitForTransform first to see if the tf transform you want exist and then use transform pose to transform a pose from one frame to another.
Nicolas