You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error while trying to compile the project :
" CMake Error at CMakeLists.txt:7 (find_package): By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "catkin", but CMake did not find one."
Any suggestion ?
The text was updated successfully, but these errors were encountered:
Your error suggests that there is no catkin installed on your system or that the build process cannot find it. I'm afraid that this is a ROS package and that you will need to install ROS indigo. Afterwards you will have to create a ROS workspace, clone the project into it, and use catkin_make to build it.
We also provide debian packages for Ubuntu 14.04 64 bit. Please follow the instruction on how to enable our ppa after which you should be able to install everything using:
Hi,
I got an error while trying to compile the project :
" CMake Error at CMakeLists.txt:7 (find_package): By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "catkin", but CMake did not find one."
Any suggestion ?
The text was updated successfully, but these errors were encountered: