roslint error
I am trying to perform an extrinsic calibration based on the following tutorial: http://wiki.ros.org/industrial_extrin...
I have installed all the dependencies outlines and when I try catkin_make before carrying out the steps outlined in the tutorial I get the following errors:
...catkinConfig.cmake:75 (find_package):
Could not find a configuration file for package roslint.
Set roslint_DIR to the directory containing a CMake configuration file for
roslint. The file will have one of the following names:
roslintConfig.cmake
roslint-config.cmake
And
...CMakeLists.txt:206 (roslint_cpp):
Unknown CMake command "roslint_cpp".
Anybody ever have the same problem or could help in fixing it? Thanks