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

When you call the tf API the datatypes need to match, source and target. (tf2 supports implicit conversion but not tf.) Make sure that they both match and are stamped.

The assignment does not work between a tf datatype and geometry_msgs datatypes. You need to use the conversion functions: http://docs.ros.org/indigo/api/tf/html/c++/transform__datatypes_8h.html