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

I had the same problem. Try putting anothe include in your code:

#include <tf/transform_datatypes.h>
#include <tf/transform_listener.h>

and in your CMakeLists.txt:

find_package( catkin REQUIRED
    genmsg
    tf
)

I think there is another step too but I didn't remember right