Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake error #191

Open
adamib opened this issue Apr 8, 2016 · 1 comment
Open

cmake error #191

adamib opened this issue Apr 8, 2016 · 1 comment

Comments

@adamib
Copy link

adamib commented Apr 8, 2016

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 ?

@cdondrup
Copy link
Member

cdondrup commented Apr 8, 2016

Hi,

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:

sudo apt-get install ros-indigo-strands-perception-people

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants