strands-project / strands_perception_people

long-term detection, tracking and recognition of people
96 stars 70 forks source link

cmake error #191

Open adamib opened 8 years ago

adamib commented 8 years ago

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 commented 8 years ago

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