Ar drone — Configuring incomplete, errors occurred! ROS [closed]

asked 2017-03-19 01:48:53 -0500

Tamercan gravatar image

I get the following error although I have installed ROS.i cloned this project from github

this is CmakeList.txt following.

cmake_minimum_required(VERSION 2.8.3)
project(ardrone_autonomy)

# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS
    roscpp
    image_transport
    sensor_msgs
    std_srvs
    tf
    camera_info_manager
    message_generation
    roslint
)

Sorry for my English.

CMake Error at CMakeLists.txt:5 (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.

  Could not find a package configuration file provided by "catkin" with any
  of the following names:

    catkinConfig.cmake
    catkin-config.cmake

  Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set
  "catkin_DIR" to a directory containing one of the above files.  If "catkin"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/tamercan/Downloads/rqt_ardrone-master/cmake-build-debug/CMakeFiles/CMakeOutput.log".
edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by gvdhoorn
close date 2017-03-19 04:58:28.719531

Comments

I'm sorry, but this is a duplicate of #q257289. Please don't post duplicates, update your original one if you have new information.

gvdhoorn gravatar image gvdhoorn  ( 2017-03-19 04:59:04 -0500 )edit