catkin_make won't recognise ROS Package
Hi, I'm new to ROS and I've been trying to check out the package at the following link: https://github.com/dimatura/loam_cont... . I've cloned it to my catkin workspace but when I try to build the package using
catkin_make
it doesn't seem to recognise the package. This is my output:
-- Using CATKIN_DEVEL_PREFIX: /home/daniel/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic
-- This workspace overlays: /opt/ros/kinetic
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/daniel/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.4
-- BUILD_SHARED_LIBS is on
-- Configuring done
-- Generating done
-- Build files have been written to: /home/daniel/catkin_ws/build
Am I doing something wrong? Could someone please point me in the right direction?
Just making sure: the package is in the
/home/daniel/catkin_ws/src
directory?Yes it is.