ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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