I've been trying for the past two days to get my microsoft kinect one (v2.0) to work with Ubuntu 16.04 and ROS kinetic. I downloaded the libfreenect2 drivers (https://github.com/OpenKinect/libfreenect2) and followed the step by step instructions. I was successfully able to run ./Protonect which showed the IR, RGB and 2 depth sensor streams. I then tried to use the kinect2-ros package to bridge the drivers with ROS but kept running into the error "can't locate libfreenect2", which is called when running catkin_make in my workspace.
-- +++ processing catkin package: 'kinect2_bridge'
-- ==> add_subdirectory(kinect2-ros/kinect2_bridge)
-- Checking for module 'libfreenect2'
-- No package 'libfreenect2' found
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
kinect2-ros/kinect2_bridge/CMakeLists.txt:7 (pkg_check_modules)
Could someone please help me understand what's going on and / or if someone has successfully got the kinect v2 working with these system settings, could you please share your knowledge?
Thanks