How to install the package freenect_stack to use a kinect xbox 360 in a Raspberry 3 with SO raspbian jessie [closed]

asked 2018-07-11 16:38:48 -0500

danthb gravatar image

I cloned the repository https://github.com/ros-drivers/freene... in ~/catkin_ws/src, then I compiled with catkin_make but I got this error:

CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "nodelet" with any of the following names:

nodeletConfig.cmake
nodelet-config.cmake

Add the installation prefix of "nodelet" to CMAKE_PREFIX_PATH or set "nodelet_DIR" to a directory containing one of the above files. If "nodelet" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): freenect_stack/freenect_camera/CMakeLists.txt:3 (find_package)

-- Could not find the required component 'nodelet'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "nodelet" with any of the following names:

nodeletConfig.cmake
nodelet-config.cmake

Add the installation prefix of "nodelet" to CMAKE_PREFIX_PATH or set "nodelet_DIR" to a directory containing one of the above files. If "nodelet" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): freenect_stack/freenect_camera/CMakeLists.txt:3 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/erle/catkin_ws/build/CMakeFiles/CMakeOutput.log". Makefile:1172: recipe for target 'cmake_check_build_system' failed make: * [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by jayess
close date 2018-07-11 20:40:33.323776

Comments

Duplicate of #q297052

jayess gravatar image jayess  ( 2018-07-11 20:40:44 -0500 )edit