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

Do you have the tf_conversions package installed?

In general when building packages from source, it's advisable to first run

rosdep (check|install) --from-paths /path/to/your/catkin_ws/src --ignore-src

to make sure you are not missing any dependencies.

Simply cloning a single git repository will not be enough in most cases.