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

This is the typical error that you get from CMake when it can't find a package.

In this particular case, the package it can't find is GSL.

You can try installing GSL with sudo apt-get install libgsl0-dev.

More generally, you can install all of the dependencies for your workspace with rosdep:

rosdep install --from-paths src -i