CatkinMake Error in DS325 "depth camera"
Hello , I try to use DS325 depth camera. To get the following URL' s node, I executed the command "git clone https://github.com/Myzhar/ros_depthse... .
https://github.com/Myzhar/ros_depthse...
Finally , I executed "CatkinMake",but I encountered the following error.
Error message :
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
DEPTHSENSE_LIBRARY
linked by target "depthsense_camera_node" in directory /home/username/catkin_ws/src/ros_depthsense_camera
-- Configuring incomplete, errors occurred!
See also "/home/username/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/username/catkin_ws/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] error 1
Invoking "make cmake_check_build_system" failed
My development environment is Ubuntu14.04 and Indigo.
How should I resolve the error? Please help me.