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

Revision history [back]

tf::StampedTransform is derived from tf::Transform (see implementation of 'tf::StampedTransform` here and the docs of 'tf::Transform' here).

getRPY is actually not a function of any of those clases, but of the Matrix3x3 Type, which is a member of tf::Transform that you get via the getBasis() function. The docs of Matrix3x3 can be found here.

tf::StampedTransform is derived from tf::Transform (see implementation of 'tf::StampedTransform` tf::StampedTransform here and the docs of 'tf::Transform' here).

getRPY is actually not a function of any of those clases, but of the Matrix3x3 Type, which is a member of tf::Transform that you get via the getBasis() function. The docs of Matrix3x3 can be found here.

tf::StampedTransform is derived from tf::Transform (see implementation of tf::StampedTransform here and the docs of 'tf::Transform' tf::Transform here).

getRPY is actually not a function of any of those clases, but of the Matrix3x3 Type, which is a member of tf::Transform that you get via the getBasis() function. The docs of Matrix3x3 can be found here.